Victor Vargas Sandoval
Victor Vargas Sandoval
Okay thanks! I changed **__C.YOLO.CLASSES** to my .names path file and I could effectively generate the weights in tensorflow, but... when I run detect.py or detect_video.py there no detections at...
Yeah, I did the training like Alexey's repo said (with yolov4.conv.137) Did you try with a different .cfg from original yolov4.cfg file? This zip contains original yolov4 and my cfg...
Yes, I just did another training with the AlexeyAB repository and the detections worked fine, except for the size of the Bounding Boxes, I imagine it is because I used...
Yeah, I understand what you say, but I think the problem is due to the **anchors**, because with the same weight file, in other codes, even in Alexey AB's detector,...
No, it was not my dataset's fault, I effectively trained with the **original yolov4.cfg anchors**, converted the weights and it worked fine, with correct Bounding Boxes...:D thank you anyway! In...
> @victorvargass hi !I also encountered the same problem as you, when I use own weights and run detect.py or detect_video.py there no detections at all.What codes have you changed...
> I use the original anchors to train my model(yolov4-custom.cfg), but nothing can be detected. > But AlexeyAB detections worked well. Can you upload your yolov4-custom.cfg file?
Did you define your _--input_size_ flag when you run save_model.py? How did you run this script?
> I did not modify the input_size. > I only modify the path of weights and output.Then use 'python save_model.py --model yolov4' to run. But you must specify the --input-size...
Did you changed the anchors or masks the from cfg file when you trained your Yolov4 model?