Conversation
|
Could you scope this pr to only the dataset/loader please? You could have a look at the keypoint commit (recently) for reference. We can test that we can evaluate predictions (would need to add some to the repo) without integrating the training and inference loop. We should also think about:
|
83853d8 to
c23f257
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1359 +/- ##
==========================================
- Coverage 87.35% 86.61% -0.74%
==========================================
Files 24 24
Lines 2981 3332 +351
==========================================
+ Hits 2604 2886 +282
- Misses 377 446 +69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Do you expect me to evaluate the mask predictions using multi-threshold AP (Average Precision) and AR (Average Recall)? |
|
I would use whatever MeanAveragePrecision provides for now (in https://lightning.ai/docs/torchmetrics/stable/detection/mean_average_precision.html You might also want to pick another image from OAM-TCD that has only tree labels, and not canopy, as this is a group annotation specific to that dataset and we will probably aim to train a tree-only model here. So, not 5d1cc58493e1130005fc0eb0_2921. Thanks! |
Description
This PR adds a polygon dataset loader class that can be used for training segmentation models like Mask RCNN.
Related Issue(s)
Fixes issue #758
AI-Assisted Development
AI tools used (if applicable):
ChatGPT