thomashopkins32 / HuBMAP

Hacking the Human Vasculature (Kaggle Competition)
Apache License 2.0
0 stars 0 forks source link

Rewrite the custom dataset to use pycocotools #11

Closed thomashopkins32 closed 1 year ago

thomashopkins32 commented 1 year ago

They have built in tooling for reading the polygons file and it seems to work well.

See this notebook for how this works: https://www.kaggle.com/code/mersico/medical-instance-segmentation-with-yolov8

thomashopkins32 commented 1 year ago

Not doing this since I don't quite understand the methods in it yet. I think writing custom implementations of them first would be better.