conservationtechlab / animl-py

Animl comprises a variety of machine learning tools for analyzing ecological data. This Python package includes a set of functions to classify subjects within camera trap field data and can handle both images and videos.
MIT License
6 stars 3 forks source link

TimeLapse compatibility #32

Closed Sachin-Wani closed 8 months ago

Sachin-Wani commented 9 months ago

Made 2 commits:

  1. Added files necessary for converting DataFrames to csv containing relative file paths and mandatory columns which is used to create a json file which can be used with TimeLapse.
  2. Updated Readme with an optional step to create the json file.