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

my det folder was created but my image output not store in det folder

Open JeegsSheth opened this issue 5 years ago • 1 comments

hii ,my det folder was created but my image output not store in det folder? and i also like to know how to train data to model because i work on bird detection so i can't understand how to train my model and how to prepare my dataset so please help me!!!!

JeegsSheth avatar Jan 04 '20 05:01 JeegsSheth

Such problems may occur when you run this project in Windows. You just need to change line 302 to:

det_names = pd.Series(os.listdir(args.images)).apply(lambda x: "{}/det_{}".format(args.det, x))

RubickLuo avatar Mar 11 '20 05:03 RubickLuo