JCCVW

Results 12 comments of JCCVW

> Please take a look at [#16879 (comment)](https://github.com/opencv/opencv/issues/16879#issuecomment-603416876) if it can help. Thank you very much for your reply. I'll try it and I'll prepare a model for you to...

> Can we close an issue? I'm sorry for the late reply. It's not easy for me to log in to GitHub. Please give me some more time. I'm preparing...

> @wangwenchao-job, kind reminder Thank you very much for your reply! The model is a little big. I didn't find an effective way to upload it, so I sent it...

> Please take a look at [#16879 (comment)](https://github.com/opencv/opencv/issues/16879#issuecomment-603416876) if it can help. How to get pbtxt file after getting pb file, why don't you need pbtxt file here

> @wangwenchao-job, this is optional file which is not required by default. I have sent you the model at the address: "Dmitry Kurtaev" I wonder if you can access the...

> Please take a look at [#16879 (comment)](https://github.com/opencv/opencv/issues/16879#issuecomment-603416876) if it can help. @dkurt The code i used: import tensorflow as tf print(tf.__version__) from tensorflow.python.framework.convert_to_constants import convert_variables_to_constants_v2 loaded = tf.saved_model.load('saved_model') infer...

> Hi! I were able to freeze the graph but it seems unsupported by current version of OpenCV: > > ```python > import tensorflow as tf > print(tf.__version__) > >...

> Hi! I were able to freeze the graph but it seems unsupported by current version of OpenCV: > > ```python > import tensorflow as tf > print(tf.__version__) > >...

> Hello, I am using you code for my project. I have a few queries - > > 1. My data consists of a training directory with labelled images (train...