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
Traceback (most recent call last):
File "G:\darknet_to_tensorflow\DW2TF-1.2\util\reader.py", line 84, in get_block
line = next(line_getter)
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "G:/darknet_to_tensorflow/DW2TF-1.2/main.py", line 116, in
main(args)
File "G:/darknet_to_tensorflow/DW2TF-1.2/main.py", line 57, in main
parse_net(args.layers, args.cfg, args.weights, args.training)
File "G:/darknet_to_tensorflow/DW2TF-1.2/main.py", line 25, in parse_net
for ith, layer in enumerate(cfg_walker):
RuntimeError: generator raised StopIteration
The text was updated successfully, but these errors were encountered:
It seems like there are some layers in the darknet that the script is not able to convert into tensorflow. Let me know which version of Yolo you implemented. It will help me debug the issue.
Traceback (most recent call last):
File "G:\darknet_to_tensorflow\DW2TF-1.2\util\reader.py", line 84, in get_block
line = next(line_getter)
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "G:/darknet_to_tensorflow/DW2TF-1.2/main.py", line 116, in
main(args)
File "G:/darknet_to_tensorflow/DW2TF-1.2/main.py", line 57, in main
parse_net(args.layers, args.cfg, args.weights, args.training)
File "G:/darknet_to_tensorflow/DW2TF-1.2/main.py", line 25, in parse_net
for ith, layer in enumerate(cfg_walker):
RuntimeError: generator raised StopIteration
The text was updated successfully, but these errors were encountered: