ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

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

Open zuochenrui opened 6 years ago

zuochenrui commented 6 years ago

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'

ayooshkathuria commented 6 years ago

You need to download yolov3.weights file