You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use:
python convert.py yolo-obj.cfg yolo-obj_final.weights model_data/yolo.h5
I have this error: Traceback (most recent call last): File "convert.py", line 266, in <module> _main(parser.parse_args()) File "convert.py", line 239, in _main 'Unsupported section header type: {}'.format(section)) ValueError: Unsupported section header type: reorg_0
Hi
When I use:
python convert.py yolo-obj.cfg yolo-obj_final.weights model_data/yolo.h5
I have this error:
Traceback (most recent call last): File "convert.py", line 266, in <module> _main(parser.parse_args()) File "convert.py", line 239, in _main 'Unsupported section header type: {}'.format(section)) ValueError: Unsupported section header type: reorg_0
and I add these lines
but the result was
The text was updated successfully, but these errors were encountered: