YOLO-pytorch
YOLO-pytorch copied to clipboard
darknet to pytorch
Excuse me, where is yolo.weights, thank you! Traceback (most recent call last): File "tools/yad2t.py", line 13, in from network.yolo import yolo ImportError: No module named network.yolo
command ran: python3 tools/yad2t.py --cfg_path config/yolov4-custom.cfg --weight_path config/yolov4-custom_best.weights --output_path config/model results from command: Weights Header: [ 0 2 5 320000] Traceback (most recent call last): File "tools/yad2t.py", line 124, in...
我删除了yad2t.py文件里面的sys.path.append('..')这一行,报错ModuleNotFoundError: No module named 'network'。该怎么解决?
Weights Header: [ 0 1 0 32013312] loading the weights ... conv2d bn leaky (32, 3, 3, 3) conv2d bn leaky (64, 32, 3, 3) Traceback (most recent call last):...