Introduction - If you have any usage issues, please Google them yourself
Packet : detr-main.zip filelist
.circleci/
.circleci/config.yml
.github/
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/DETR.png
.github/ISSUE_TEMPLATE/
.github/ISSUE_TEMPLATE/bugs.md
.github/ISSUE_TEMPLATE/questions-help-support.md
.github/ISSUE_TEMPLATE/unexpected-problems-bugs.md
.gitignore
d2/
d2/configs/
d2/configs/detr_256_6_6_torchvision.yaml
d2/configs/detr_segm_256_6_6_torchvision.yaml
d2/converter.py
d2/detr/
d2/detr/__init__.py
d2/detr/config.py
d2/detr/dataset_mapper.py
d2/detr/detr.py
d2/README.md
d2/train_net.py
datasets/
datasets/__init__.py
datasets/coco.py
datasets/coco_eval.py
datasets/coco_panoptic.py
datasets/panoptic_eval.py
datasets/transforms.py
Dockerfile
engine.py
hubconf.py
LICENSE
main.py
models/
models/__init__.py
models/backbone.py
models/detr.py
models/matcher.py
models/position_encoding.py
models/segmentation.py
models/transformer.py
README.md
requirements.txt
run_with_submitit.py
test_all.py
tox.ini
util/
util/__init__.py
util/box_ops.py
util/misc.py
util/plot_utils.py