Closed dlavrantonis closed 2 years ago
Refer to yolov4-crowdhuman-608x608.cfg:
batch=64
(stack 64 images as a batch/iteration during training)max_batches=6000
In fact, I determined the number 6,000 by looking at the "loss curve". Training the model longer probably doesn't help (lowering the loss) much.
thanks!
This is more a question than an issue. Since the crowdhuman608x608 dataset contains around 15000 photos for training, why is the max_batches set to 6000 only? In the instructions of yolov4 there is a guideline saying that the max_batches shall be at least equal to the number of your training images.