Niclas Wesemann
Niclas Wesemann
Have you found a solution to this issue yet @do-van-long ?
The given facenet.pb tensorflow graph was pruned. That means the switch node(s) were removed as stated [here](https://github.com/nwesem/mtcnn_facenet_cpp_tensorRT#2-prune-and-freeze-tensorflow-model-or-get-frozen-model-in-the-link). There are multiple ways to do this. I would recommend the following: 1....
I am not sure how it works at the moment, but I know for sure that you also have to remove the `phase_train` input tensor in all layers. I will...
This guy pruned the tf graph that I was using for this implementation. Plus, his repository contains `freeze_graph.py` and `freeze_graph_resnet.py` scripts. Maybe that's a good start to figure out how...
hi, i'm happy to hear that. As stated in the README, this is a custom plugin written by https://github.com/r7vme/tensorrt_l2norm_helper. Please check how to load custom TensorRT plugins in Python and...
does [this part](https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#add_custom_layer_python) of TensorRT documentation help you?
I'm not sure if this is the way it works. Are you @deaffella ? If so, I could help you compile the project as a dynamic or static library.
Yes, that's possible, but you will have to rebuild all mtcnn engines (you can simply delete them from your mtcnnModels folder and they will be automatically rebuilt). You cannot use...
that's interesting... i will look in to that as soon as i can