microsoft / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
226 stars 58 forks source link

Annotate a new data set #19

Open HPL123 opened 4 years ago

HPL123 commented 4 years ago

Hi, Can I use AIDE to label a new data set? How to use?For example, pascal voc2012.

bkellenb commented 4 years ago

Hello!

Yes, AIDE can also be used to label new data sets, optionally with AI model support. To do so, you would basically create a new project, define its settings (including the label classes), upload the images, and then, upon completion of the labeling process, use the download functionality to obtain the meta data. AIDE currently only supports annotation export as delimiter-separated files, as well as TIFF images for segmentation masks. More advanced annotation formats (Pascal VOC, etc.) are planned for future releases.