pytorch-yolo-v3 icon indicating copy to clipboard operation
pytorch-yolo-v3 copied to clipboard

Sorry, I am a rookie, I downloaded your program, this problem occurs after running. Ask you for some question.Thank you very match!

Open zuochenrui opened this issue 7 years ago • 1 comments
trafficstars

Traceback (most recent call last): File "D:/deep_learn/pytorch-yolo-v3-master/pytorch-yolo-v3-master/video_demo_half.py", line 100, in model.load_weights(args.weightsfile) File "D:\deep_learn\pytorch-yolo-v3-master\pytorch-yolo-v3-master\darknet.py", line 367, in load_weights fp = open(weightfile, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'yolov3.weights'

zuochenrui avatar Jun 10 '18 02:06 zuochenrui

You need to download yolov3.weights file

ayooshkathuria avatar Jun 11 '18 10:06 ayooshkathuria