LICENSE
README.md
pyproject.toml
src/animl/__init__.py
src/animl/__main__.py
src/animl/animl_results_to_md_results.py
src/animl/classifiers.py
src/animl/detect.py
src/animl/file_management.py
src/animl/generator.py
src/animl/inference.py
src/animl/megadetector.py
src/animl/plot_boxes.py
src/animl/split.py
src/animl/symlink.py
src/animl/test.py
src/animl/timelapse.py
src/animl/train.py
src/animl/video_processing.py
src/animl/zooniverse.py
src/animl.egg-info/PKG-INFO
src/animl.egg-info/SOURCES.txt
src/animl.egg-info/dependency_links.txt
src/animl.egg-info/top_level.txt
src/animl/models/common.py
src/animl/models/experimental.py
src/animl/models/yolo.py
src/animl/utils/__init__.py
src/animl/utils/augmentations.py
src/animl/utils/autoanchor.py
src/animl/utils/dataloaders.py
src/animl/utils/downloads.py
src/animl/utils/general.py
src/animl/utils/metrics.py
src/animl/utils/plots.py
src/animl/utils/torch_utils.py