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