YOLOv7-Pytorch-Segmentation
YOLOv7-Pytorch-Segmentation copied to clipboard
YOLOv7 segmentation pytorch implementation guide
Hello, i would like to know if there is a yolov7-tiny configuration with the segmentation head. I have done some extrange modification pasting the yolov7-tiny backbone for object detection, but...
Does anybody know how to calculate area if each segmented object?
I follow your steps according to your readme and there is no error. However, there is no detection with the trained model on my datasets. How to check the key...
Traceback (most recent call last): File "train.py", line 630, in main(opt) File "train.py", line 526, in main train(opt.hyp, opt, device, callbacks) File "train.py", line 308, in train loss, loss_items =...