LICENSE
MANIFEST.in
README.md
setup.py
pyniche/__init__.py
pyniche/device.py
pyniche/evaluate.py
pyniche/optimizer.py
pyniche/show.py
pyniche/trainer.py
pyniche.egg-info/PKG-INFO
pyniche.egg-info/SOURCES.txt
pyniche.egg-info/dependency_links.txt
pyniche.egg-info/entry_points.txt
pyniche.egg-info/requires.txt
pyniche.egg-info/top_level.txt
pyniche/data/__init__.py
pyniche/data/base.py
pyniche/data/bbox.py
pyniche/data/download.py
pyniche/data/coco/API.py
pyniche/data/coco/__init__.py
pyniche/data/coco/detr.py
pyniche/data/huggingface/__init__.py
pyniche/data/huggingface/detection.py
pyniche/data/huggingface/regression.py
pyniche/data/yolo/API.py
pyniche/data/yolo/__init__.py
pyniche/models/__init__.py
pyniche/models/base.py
pyniche/models/mlp.py
pyniche/models/optimization.py
pyniche/models/detection/__init__.py
pyniche/models/detection/detr.py
pyniche/models/detection/yolo.py
pyniche/models/regression/__init__.py
pyniche/models/regression/deit.py
pyniche/models/regression/vit.py
pyniche/utils/__init__.py
pyniche/utils/optuna.py
pyniche/visualization/__init__.py
pyniche/visualization/coco.py
pyniche/visualization/supervision.py
test/test_coco.py
test/test_dataset.py
test/test_detr.py