Anas Kanhouch
Anas Kanhouch
I have successfully converted Facenet to ONNX model. But, the facenet.pb file provided by this repo didn't work. I used [facenet_keras.h5](https://drive.google.com/drive/folders/1pwQ3H4aJ8a6yyJHZkTwtjcL4wYWQb7bn) provided in this [tutorial](https://machinelearningmastery.com/how-to-develop-a-face-recognition-system-using-facenet-in-keras-and-an-svm-classifier/) and convert it to ONNX...
Check this repo [riotu-lab/tf2trt_with_onnx](https://github.com/riotu-lab/tf2trt_with_onnx) to covert Facenet model to TensorRT engine and use it with Python
First note this quote from the [official TensorRT Release Notes](https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt-700/tensorrt-release-notes/tensorrt-7.html#rel_7-0-0): > Deprecation of Caffe Parser and UFF Parser - We are deprecating Caffe Parser and UFF Parser in TensorRT 7....
Check this repo [riotu-lab/tf2trt_with_onnx](https://github.com/riotu-lab/tf2trt_with_onnx) to covert Facenet model to TensorRT engine and use it with Python
Did any one find solution for this?
I solved this temporarily by changing the folder and content ownership to the user, using this command `sudo chown -R usename: folder_name`