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

Workflow script #14

Closed tkswanson closed 10 months ago

tkswanson commented 1 year ago

Add a main script that runs the entire workflow start to finish, given an image directory and model locations The script should contain debugging statements for testing that can be muted by advanced users when used for real analysis

srinidhi98 commented 1 year ago

Pushed the main workflow : main_imageproc.py(renamed it to meet snakecase standards but can rename it again). It works and has been linted. Contains docstrings and debugging statements. Args are given through command line.