Labels
See Google Spreadsheet for latest processing/labeling status¶
refresh the page to see any recent changes made
Current mostly VERIFIED labels:
Important
If you are annotating, these must be used exactly as shown - no white spaces, no typos, follow Capitalization etc. Autosearch will help with this, just type the first few letters and it will show you the options.
| Label | Count | Comments | Localizations (requires login ) |
|---|---|---|---|
| Surfboard | 2 | gallery | |
| Person | 9 | gallery | |
| Jelly | 365 | gallery | |
| Unknown | 93 | gallery | |
| Boat | 51 | gallery | |
| Reflectance | 7699 | Not fully labeled - only for classification | gallery |
| Bird | 6260 | gallery | |
| Otter | 13 | gallery | |
| Kelp | 24111 | gallery | |
| Egregia | 85 | gallery | |
| Pinniped | 76 | gallery | |
| Batray | 411 | gallery | |
| Mooring | 2 | gallery | |
| Foam | 372 | Not fully labeled - only for classification | gallery |
| Secci_Disc | 5 | gallery | |
| Shark | 19 | gallery | |
| Mola | 4 | gallery | |
| Excreta | 5344 | gallery | |
| Mooring_Buoy | 10 | gallery | |
| Velella_velella | 25 | gallery | |
| Wave | 14 | Not fully labeled - only for classification | gallery |
| Whale | 2 | gallery | |
| Wood | 4 | gallery |
Info
The most up-to-date list of labels can be found by using the Bulk REST API at http://mantis.shore.mbari.org:8001/docs to get all the labels in the database. For example, using the following curl command:
curl -X 'GET' \
'http://mantis.shore.mbari.org:8001/labels/901902-uavs' \
-H 'accept: application/json'
Current Label List - both verified and unverified labels¶
{
"labels": {
"Batray": 10424,
"Bird": 7964,
"Boat": 51,
"Buoy": 3,
"Car": 1,
"Cement_Ship": 10,
"Egregia": 91,
"Excreta": 6498,
"Fish": 13,
"Foam": 422,
"Jelly": 365,
"Kayak": 5,
"Kelp": 122116,
"Mola": 4,
"Mooring_Buoy": 10,
"Otter": 13,
"Person": 9,
"Pinniped": 76,
"Reflectance": 7699,
"Secci_Disc": 5,
"Shark": 22,
"Surfboard": 2,
"Trash": 1,
"Trinity": 40,
"Unknown": 95,
"Velella_velella": 25,
"Wave": 102,
"Whale": 2,
"Wood": 4
}
}