WongKinYiu / YOLO

An MIT rewrite of YOLOv9
MIT License
561 stars 61 forks source link

Using "bbox" field from annotations.json if available instead of calculating it based on segmentation. #57

Open KozAAAAA opened 2 months ago

KozAAAAA commented 2 months ago

Feature Description

Not all datasets have segmentation fields filled in. This means that even though bbox information is technically available YOLOMIT is currently not detecting it. It would be great if bbox'es were acquired from the bbox field when possible.

Additional Context

I'm eager to help, just let me know If it makes sense.

henrytsui000 commented 2 months ago

Hi,

I'm not sure if the issue has been fixed in commit d2d621fd277fa9912184883a4e10a644a7c7b782. Could you please let me know which version you're using?

Best regards, HenryTsui