.gitignore
.gitlab-ci.yml
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
TODO.md
develop.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/python-publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/links.rst
docs/.static/lightnet.ico
docs/.static/lightnet.png
docs/.static/lightnet.svg
docs/.static/pytorch_theme.css
docs/api/data.rst
docs/api/engine.rst
docs/api/log.rst
docs/api/models.rst
docs/api/network.rst
docs/notes/01-how_to.rst
docs/notes/02-examples.rst
docs/notes/03-compare_score.rst
docs/notes/03-imagenet_results.svg
docs/notes/03-voc_results.svg
docs/notes/04-compare_speed.rst
docs/notes/04-voc_speeds.svg
examples/yolo-voc/bin/dataset.py
examples/yolo-voc/bin/labels.py
examples/yolo-voc/bin/test.py
examples/yolo-voc/bin/train.py
examples/yolo-voc/cfg/yolo.py
lightnet/__init__.py
lightnet/_version.py
lightnet/log.py
lightnet/data/__init__.py
lightnet/data/_dataloading.py
lightnet/data/transform/__init__.py
lightnet/data/transform/_postprocess.py
lightnet/data/transform/_preprocess.py
lightnet/data/transform/util.py
lightnet/engine/__init__.py
lightnet/engine/_engine.py
lightnet/engine/_parameter.py
lightnet/engine/_scheduler.py
lightnet/engine/_visual.py
lightnet/models/__init__.py
lightnet/models/_dataset_brambox.py
lightnet/models/_dataset_darknet.py
lightnet/models/_network_darknet19.py
lightnet/models/_network_mobilenet_yolo.py
lightnet/models/_network_tiny_yolo.py
lightnet/models/_network_yolo.py
lightnet/network/__init__.py
lightnet/network/layer/__init__.py
lightnet/network/layer/_darknet.py
lightnet/network/layer/_mobilenet.py
lightnet/network/loss/__init__.py
lightnet/network/loss/_regionloss.py
lightnet/network/module/__init__.py
lightnet/network/module/_darknet.py
lightnet/network/module/_lightnet.py
requirements/build.txt
requirements/runtime.txt
requirements/visual.txt
test/__init__.py
test/test_layer.py
wbia-tpl-brambox/brambox/__init__.py
wbia-tpl-brambox/brambox/log.py
wbia-tpl-brambox/brambox/boxes/__init__.py
wbia-tpl-brambox/brambox/boxes/box.py
wbia-tpl-brambox/brambox/boxes/formats.py
wbia-tpl-brambox/brambox/boxes/annotations/__init__.py
wbia-tpl-brambox/brambox/boxes/annotations/annotation.py
wbia-tpl-brambox/brambox/boxes/annotations/cvc.py
wbia-tpl-brambox/brambox/boxes/annotations/darknet.py
wbia-tpl-brambox/brambox/boxes/annotations/dollar.py
wbia-tpl-brambox/brambox/boxes/annotations/formats.py
wbia-tpl-brambox/brambox/boxes/annotations/kitti.py
wbia-tpl-brambox/brambox/boxes/annotations/pascalvoc.py
wbia-tpl-brambox/brambox/boxes/annotations/pickle.py
wbia-tpl-brambox/brambox/boxes/annotations/vatic.py
wbia-tpl-brambox/brambox/boxes/annotations/yaml.py
wbia-tpl-brambox/brambox/boxes/detections/__init__.py
wbia-tpl-brambox/brambox/boxes/detections/coco.py
wbia-tpl-brambox/brambox/boxes/detections/detection.py
wbia-tpl-brambox/brambox/boxes/detections/dollar.py
wbia-tpl-brambox/brambox/boxes/detections/formats.py
wbia-tpl-brambox/brambox/boxes/detections/pascalvoc.py
wbia-tpl-brambox/brambox/boxes/detections/pickle.py
wbia-tpl-brambox/brambox/boxes/detections/yaml.py
wbia-tpl-brambox/brambox/boxes/statistics/__init__.py
wbia-tpl-brambox/brambox/boxes/statistics/mr_fppi.py
wbia-tpl-brambox/brambox/boxes/statistics/pr.py
wbia-tpl-brambox/brambox/boxes/statistics/util.py
wbia-tpl-brambox/brambox/boxes/util/__init__.py
wbia-tpl-brambox/brambox/boxes/util/convert.py
wbia-tpl-brambox/brambox/boxes/util/filters.py
wbia-tpl-brambox/brambox/boxes/util/modifiers.py
wbia-tpl-brambox/brambox/boxes/util/path.py
wbia-tpl-brambox/brambox/boxes/util/visual.py
wbia-tpl-brambox/brambox/transforms/__init__.py
wbia-tpl-brambox/brambox/transforms/channelMixer.py
wbia_lightnet.egg-info/PKG-INFO
wbia_lightnet.egg-info/SOURCES.txt
wbia_lightnet.egg-info/dependency_links.txt
wbia_lightnet.egg-info/top_level.txt