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 yolov3.cfg and yolov3.weights in python3 create_onnx.py --reso 416 ,i get a error:
Traceback (most recent call last):
File "create_onnx.py", line 772, in
main()
File "create_onnx.py", line 740, in main
layer_configs = parser.parse_cfg_file(cfg_file_path)
File "create_onnx.py", line 45, in parse_cfg_file
layer_dict, layer_name, remainder = self._next_layer(remainder)
File "create_onnx.py", line 86, in _next_layer
layer_param_block, remainder = remainder.split('\n\n', 1)
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered:
when i use yolov3.cfg and yolov3.weights in python3 create_onnx.py --reso 416 ,i get a error:
Traceback (most recent call last):
File "create_onnx.py", line 772, in
main()
File "create_onnx.py", line 740, in main
layer_configs = parser.parse_cfg_file(cfg_file_path)
File "create_onnx.py", line 45, in parse_cfg_file
layer_dict, layer_name, remainder = self._next_layer(remainder)
File "create_onnx.py", line 86, in _next_layer
layer_param_block, remainder = remainder.split('\n\n', 1)
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered: