Animl docs
  • Welcome to Animl
  • Getting started
    • Intro to AI for processing camera trap data
    • How AI works in Animl
    • Structure, concepts, and terminology
  • Fundamentals
    • Uploading images
    • Image review
    • Camera and Deployment management
    • Filtering images
    • Views
    • Automation Rules
    • Export Data
    • User management
    • Deleting images
  • Resources
    • Guide to real-time wireless camera trapping
    • Terms of Service
Powered by GitBook
On this page
  • Supported export formats
  • CSV
  • COCO for Camera Traps
  • Exporting image files
  1. Fundamentals

Export Data

Exporting your labeled data for advanced analysis and ML training

PreviousAutomation RulesNextUser management

Last updated 8 months ago

To export a CSV or JSON file of your Image, Object, and Label metadata, perform the following steps:

  1. Select the View/Filters you'd like to apply to your export

  2. Click on the "Export Data" button on the bottom of the Filters panel (bottom left of screen)

  3. Select which format you'd like to export your data in

Only reviewed images will be exported

Currently, even if the "non-reviewed" filter is checked on, only fully reviewed Images and Objects will be exported. Similarly, only the "winning" Labels on Objects (the most recently validated Label) will be exported. All invalidated or non-validated Labels are ignored.

Timezones

Be mindful that all date-time fields in all exports will be in UTC+0.

Supported export formats

CSV

CSV export is helpful for ecological data analysis in Excel and . It does not contain bounding-box information for the Objects.

COCO for Camera Traps

is helpful for pulling Image and annotation data into a machine learning training workflow. The Object records (annotations) do contain bounding box information.

Exporting image files

Currently you need to have special AWS permissions and some basic familiarity with a command line interface to export/download your image files. If you need access, please reach out to Nathaniel at nathaniel.rindlaub@tnc.org for support.

The image export process entails the following steps:

  1. Procure the necessary AWS credentials

  2. Run the utils/download_images.py script as described in the animl-analytics documentation

Install the and configure a new named "profile" (the profile name must be animl)

Clone and follow the setup instructions in the GitHub repository

CamtrapR
COCO for Camera Traps
AWS CLI
animl-analytics