LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/contributing.md
docs/export.md
docs/inference.md
docs/installation.md
docs/model-zoo.md
docs/quickstart.md
docs/release-checklist.md
docs/security.md
docs/training.md
docs/transform-api.md
examples/README.md
examples/export_onnx.py
examples/predict_folder.py
examples/predict_image.py
examples/train_custom_yolo.py
examples/transform_crop.py
examples/transform_example.py
fotonet/__init__.py
fotonet/_torch_notice.py
fotonet.egg-info/PKG-INFO
fotonet.egg-info/SOURCES.txt
fotonet.egg-info/dependency_links.txt
fotonet.egg-info/entry_points.txt
fotonet.egg-info/requires.txt
fotonet.egg-info/top_level.txt
fotonet/cli/__init__.py
fotonet/cli/main.py
fotonet/config/models/fotonetl-p2.yaml
fotonet/config/models/fotonetl.yaml
fotonet/config/models/fotonetm-p2.yaml
fotonet/config/models/fotonetm.yaml
fotonet/config/models/fotonetn-p2.yaml
fotonet/config/models/fotonetn.yaml
fotonet/config/models/fotonets-p2.yaml
fotonet/config/models/fotonets.yaml
fotonet/config/models/fotonetx-p2.yaml
fotonet/config/models/fotonetx.yaml
fotonet/config/recipes/fotonetn_scratch.yaml
fotonet/data/__init__.py
fotonet/data/dataset.py
fotonet/data/augmentations/__init__.py
fotonet/data/augmentations/boxes.py
fotonet/data/augmentations/compose.py
fotonet/data/augmentations/geometric.py
fotonet/data/augmentations/hyp.py
fotonet/data/augmentations/image.py
fotonet/engine/__init__.py
fotonet/engine/model.py
fotonet/engine/optim.py
fotonet/engine/results.py
fotonet/engine/runtime.py
fotonet/engine/trainer.py
fotonet/export/__init__.py
fotonet/export/backends.py
fotonet/metrics/__init__.py
fotonet/metrics/map.py
fotonet/metrics/ranking.py
fotonet/models/__init__.py
fotonet/models/backbone.py
fotonet/models/fotonet.py
fotonet/models/head.py
fotonet/models/neck.py
fotonet/models/scales.py
fotonet/utils/__init__.py
fotonet/utils/boxes.py
fotonet/utils/config.py
fotonet/utils/general.py
fotonet/utils/loss.py
fotonet/utils/matcher.py
fotonet/utils/nms.py