-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about libflattenconcat.so #5
Comments
Thank you very much! |
Thank you both, I want to ask the question like demrlee. One of you has asked it, one has answered it. ^_^ |
@cosama , it looks like https://devtalk.nvidia.com/default/topic/1051455/jetson-nano/problems-with-ssd-mobilenet-v2-uff/2 does not work anymore since the current version of TensorRT does not include CMakeLists.txt in the samples/python/uff_ssd folder. I was able to build TensorRT manually with https://github.com/NVIDIA/TensorRT, but I cant seem to find the libflattenconcat.so file, is there something specific that I need to do? |
@philnguyenresson I don't know about the current state of this, but the link above still works. Just get the 4 files from this folder: https://github.com/NVIDIA/TensorRT/tree/master/plugin/flattenConcat and build it on your Jetson system. It will generate the libflattenconcat.so. |
@cosama maybe I'm missing some part of the build procedure. From within the flattenConcat folder, I do:
The cmake command runs fine, but the make line does not create the libflattenconcat.so file ( I don't think it creates any file, no message is generated) |
It looks like you need to run the If that doesn't work this is the
|
Thanks!
|
this is missing the |
Can I ask how did you get/generate your "libflattenconcat.so" ?
The text was updated successfully, but these errors were encountered: