UMassCDS / satellite-imagery-labeling-tool

This is a lightweight web-interface for creating and sharing vector annotations over satellite/aerial imagery scenes.
MIT License
2 stars 1 forks source link

[WIP] Add Azure Blob Storage data/task import options to Labeler #5

Closed tnmygrwl closed 1 year ago

tnmygrwl commented 1 year ago
  1. f513fb226204ec2d98d4a8f6ed29ab5683738a98 adds the data & task buttons on the Labeling UI. ✅
  2. f513fb226204ec2d98d4a8f6ed29ab5683738a98 reimplements their local import counterparts. I haven't run an end-to-end test yet. ❌

TODO:

tnmygrwl commented 1 year ago

What works: Browsing container files works with a browser pop-up equivalent of the local file explorer--this means we don't have to explicitly mention the file names to load them. However, we can't select a file instead just copy-paste its path. Ideally, we would want that.

To fix: Loading the json labels is failing likely due to some validation errors (seems low effort), working on it now.