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

14_Workflow-Script #17

Closed srinidhi98 closed 1 year ago

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.

iingram commented 1 year ago

Yeah, once a given file is under version control in git, if one wants to rename it or move it into a different folder within the repo, one should use git mv as that makes it explicit to git what is happening and the history is followable etc.