pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
my det folder was created but my image output not store in det folder
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!!!!
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))