WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.54k stars 1.3k forks source link

show instance segmentation predictions #339

Open SylvainArd opened 2 months ago

SylvainArd commented 2 months ago

Hi, I trained for instance segmentation but on prediction it shows only bbox and not polygons, how to do it please ? Furthermore, I must make a confidence threshold to 0.01 to have instances after 300 epochs, and the bbox are completely false, it's not normal ! Please help me ! Best regards

SylvainArd commented 2 months ago

I found the solution

Youho99 commented 2 months ago

I found the solution

Can you give the solution, for those who might have the same question

And you can close the issue

SylvainArd commented 2 months ago

the solution is the same as this post : https://github.com/WongKinYiu/yolov9/issues/340#issuecomment-2046971015