Issue with transfer learning Yolov4 #7785
Unanswered
sandeepmohanadasan
asked this question in
Q&A
Replies: 1 comment
-
Hi @AlexeyAB, I have increased the batch size from 64 to 80 and it resolved. The estimated training time was 7 hrs for 140 images( even though I used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do fine-tuning of an exiting Yolov4 model
!./darknet detector train data/obj.data cfg/{OUTPUT_PREFIX}-yolov4-detector.cfg backup/yolov4-detector_pretrained.weights -dont_show -map
But it is not taking the new data set for the training. It is just saving the yolov4-detector_final.weights backup folder while running the above code as below
Beta Was this translation helpful? Give feedback.
All reactions