yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

How to train yolov7 instance model on your own custom data?

Open CachCheng opened this issue 3 years ago • 2 comments

How to train yolov7 instance model on your own custom data?

CachCheng avatar Sep 15 '22 03:09 CachCheng

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.

alrightkami avatar Sep 15 '22 14:09 alrightkami

@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

prateekgml avatar Sep 16 '22 14:09 prateekgml

When I train yolov7 instance model on my own datasets , exist error:

AMP: checks failed X, disabling Automatic Mixed Precision. ???

but I need AMP

CachCheng avatar Sep 23 '22 02:09 CachCheng

I make the tutorial starting from labeling to training or even inferencing You can watch this video https://www.youtube.com/watch?v=Rff5RhCOj30

laitathei avatar Sep 29 '22 03:09 laitathei