WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.24k stars 4.18k forks source link

In Yolo v7, how do you get best.pt? I only found init and last.pt. #1910

Open MCP12345 opened 10 months ago

j-coching commented 9 months ago

train for a certain number of epochs. best.pt will not appear there is no improvement in the model fitness score from the initial and last weights file generated by the training script.