LICENSES.md
README.md
pyproject.toml
setup.cfg
yolo4r/__init__.py
yolo4r/cli.py
yolo4r/detect.py
yolo4r/train.py
yolo4r/version.py
yolo4r.egg-info/PKG-INFO
yolo4r.egg-info/SOURCES.txt
yolo4r.egg-info/dependency_links.txt
yolo4r.egg-info/entry_points.txt
yolo4r.egg-info/requires.txt
yolo4r.egg-info/top_level.txt
yolo4r/labelstudio-projects/example/classes.txt
yolo4r/labelstudio-projects/example/notes.json
yolo4r/labelstudio-projects/example/images/35ab137b-aviarybirdsfly_000020.png
yolo4r/labelstudio-projects/example/images/3eb6ff4a-07-20-02_000285.png
yolo4r/labelstudio-projects/example/images/4aae538b-aviarybirdsfly_000019.png
yolo4r/labelstudio-projects/example/images/5bb4e53a-07-20-02_000284.png
yolo4r/labelstudio-projects/example/images/946a236c-aviarybirdsfly_000018.png
yolo4r/labelstudio-projects/example/images/9be646b2-aviarybirdsfly_000015.png
yolo4r/labelstudio-projects/example/images/9fbd1407-07-20-02_000287.png
yolo4r/labelstudio-projects/example/images/aa9f12aa-07-20-02_000286.png
yolo4r/labelstudio-projects/example/images/b0355f67-aviarybirdsfly_000014.png
yolo4r/labelstudio-projects/example/images/b0812fd5-07-20-02_000288.png
yolo4r/labelstudio-projects/example/images/e403a81e-aviarybirdsfly_000016.png
yolo4r/labelstudio-projects/example/images/f74b711f-aviarybirdsfly_000017.png
yolo4r/labelstudio-projects/example/labels/35ab137b-aviarybirdsfly_000020.txt
yolo4r/labelstudio-projects/example/labels/3eb6ff4a-07-20-02_000285.txt
yolo4r/labelstudio-projects/example/labels/4aae538b-aviarybirdsfly_000019.txt
yolo4r/labelstudio-projects/example/labels/5bb4e53a-07-20-02_000284.txt
yolo4r/labelstudio-projects/example/labels/946a236c-aviarybirdsfly_000018.txt
yolo4r/labelstudio-projects/example/labels/9be646b2-aviarybirdsfly_000015.txt
yolo4r/labelstudio-projects/example/labels/9fbd1407-07-20-02_000287.txt
yolo4r/labelstudio-projects/example/labels/aa9f12aa-07-20-02_000286.txt
yolo4r/labelstudio-projects/example/labels/b0355f67-aviarybirdsfly_000014.txt
yolo4r/labelstudio-projects/example/labels/b0812fd5-07-20-02_000288.txt
yolo4r/labelstudio-projects/example/labels/e403a81e-aviarybirdsfly_000016.txt
yolo4r/labelstudio-projects/example/labels/f74b711f-aviarybirdsfly_000017.txt
yolo4r/models/housesparrows.yaml
yolo4r/runs/sparrows/args.yaml
yolo4r/runs/sparrows/data.yaml
yolo4r/runs/sparrows/results.csv
yolo4r/runs/sparrows/weights/best.pt
yolo4r/runs/sparrows/weights/last.pt
yolo4r/utils/__init__.py
yolo4r/utils/paths.py
yolo4r/utils/detect/__init__.py
yolo4r/utils/detect/arg_parser.py
yolo4r/utils/detect/classes_config.py
yolo4r/utils/detect/measurements.py
yolo4r/utils/detect/printer.py
yolo4r/utils/detect/video_metadata.py
yolo4r/utils/train/__init__.py
yolo4r/utils/train/checkpoints.py
yolo4r/utils/train/config.py
yolo4r/utils/train/io.py
yolo4r/utils/train/results.py
yolo4r/utils/train/system.py
yolo4r/utils/train/val_split.py
yolo4r/utils/train/wandb_logger.py