Rasoul

Results 5 comments of Rasoul

Thanks @Alireza-Akhavan , I used sandberg's script to freeze the model (I think he also saved it in his model dir). Freeze_graph.py successfully create .pb file. But as it is...

Then I produce .pbtxt file using .pb file and [this](https://gist.github.com/Arafatk/c063bddb9b8d17a037695d748db4f592). I still have error with net = cv::dnn::readNetFromTensorflow("./your_model.pb" , "./mcon.pbtxt"); Is my way the correct one??

hi @mehdi1661. I used [this](https://gist.github.com/Arafatk/c063bddb9b8d17a037695d748db4f592) script.

Hi @robosina and thanks for your links. Actually I am using these models: [https://drive.google.com/file/d/1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-/view]() and [https://github.com/Alireza-Akhavan/deep-face-recognition/tree/master/models/20180204-160909](url). I am not sure I could access and modify its layers somehow OpenCV support...