mtcnn_facenet_cpp_tensorRT icon indicating copy to clipboard operation
mtcnn_facenet_cpp_tensorRT copied to clipboard

Failed to parse UFF

Open swetha-sree opened this issue 5 years ago • 4 comments


ERROR: UffParser: Unsupported number of graph 0 Failed to parse UFF terminate called after throwing an instance of 'std::exception' what(): std::exception Aborted (core dumped)

Hi above is the stack trace for the error while executing ./mtcnn_facenet_cpp_tensorRT Hardware: Jetson Nano with Jetpack 4.2.1 Tensorflow Version: Tried both 1.14 and 1.15 TensorRT: 5.1.6.1

swetha-sree avatar Mar 05 '20 12:03 swetha-sree

@swetha-sree did you remember to move the FaceNet.uff to the FaceNet models folder?

PhilipCNel avatar Mar 18 '20 12:03 PhilipCNel

I tried tensorRT 1.15 and it working great. Please follow Nvidia guidelines for install tensorRT here: Installation guide - [](https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html 5 )

luancse avatar Mar 19 '20 10:03 luancse

Hi I had the same error while executing mtcnn_facenet_cpp_tensorRT. Finally I found that I compiled the project under the root directory but not build dir, so that the build files and executable file were in the root dir. Please check the path. Hope it helps. TF: 1.14 TRT: 5.1.5.0

mel0615 avatar Apr 20 '20 09:04 mel0615

Try new release jp4.4 with Jetpack 4.4 and tensorflow 1.15 and let me know if that helped. Thanks

nwesem avatar Sep 18 '20 21:09 nwesem