Closed lunasdejavu closed 5 years ago
Did you replace your custom config in main.py, current line no: 103. i.e 'config = get_config()' ?
ya, I used config = ShapesConfig(2)
since the number of my class is only 1 +background
I am keeping trying now,
btw what is the VESRION_NUMBER
means in user_config.py
?
the frozen_graph.pb can be saved now but too bad I can't read it by opencv 4.1 cv::dnn::readNet() :(
Glad it worked. Do let me know if you find a workaround with opencv load model. As for now closing the issue.
I put my custom config in the beginning main.py
then
config = ShapesConfig()
the error is like :
what is wrong with it?