yolov7
yolov7 copied to clipboard
How to train yolov7 instance model on your own custom data?
How to train yolov7 instance model on your own custom data?
If you mean for instance segmentation task, you should be checked out on the u7 branch. You can also find info on the required data format here. And with this tool, you can convert data from coco to yolov7 format.
@CachCheng I am able to do the instance training with my dataset. Check this one- https://dsbyprateekg.blogspot.com/2022/09/how-to-train-custom-dataset-with-yolov7.html
When I train yolov7 instance model on my own datasets , exist error:
AMP: checks failed X, disabling Automatic Mixed Precision. ???
but I need AMP
I make the tutorial starting from labeling to training or even inferencing You can watch this video https://www.youtube.com/watch?v=Rff5RhCOj30