!2266 Models: DETR
Merge pull request !2266 from adenisov/models-pr-detr
Showing
- research/cv/detr/README.md 304 additions, 0 deletionsresearch/cv/detr/README.md
- research/cv/detr/__init__.py 0 additions, 0 deletionsresearch/cv/detr/__init__.py
- research/cv/detr/default_config.yaml 50 additions, 0 deletionsresearch/cv/detr/default_config.yaml
- research/cv/detr/eval.py 67 additions, 0 deletionsresearch/cv/detr/eval.py
- research/cv/detr/export.py 57 additions, 0 deletionsresearch/cv/detr/export.py
- research/cv/detr/model_utils/__init__.py 0 additions, 0 deletionsresearch/cv/detr/model_utils/__init__.py
- research/cv/detr/model_utils/config.py 129 additions, 0 deletionsresearch/cv/detr/model_utils/config.py
- research/cv/detr/requirements.txt 3 additions, 0 deletionsresearch/cv/detr/requirements.txt
- research/cv/detr/scripts/run_distribute_train_gpu.sh 44 additions, 0 deletionsresearch/cv/detr/scripts/run_distribute_train_gpu.sh
- research/cv/detr/scripts/run_eval_gpu.sh 43 additions, 0 deletionsresearch/cv/detr/scripts/run_eval_gpu.sh
- research/cv/detr/scripts/run_export_gpu.sh 34 additions, 0 deletionsresearch/cv/detr/scripts/run_export_gpu.sh
- research/cv/detr/scripts/run_standalone_train_gpu.sh 45 additions, 0 deletionsresearch/cv/detr/scripts/run_standalone_train_gpu.sh
- research/cv/detr/src/__init__.py 0 additions, 0 deletionsresearch/cv/detr/src/__init__.py
- research/cv/detr/src/backbone.py 200 additions, 0 deletionsresearch/cv/detr/src/backbone.py
- research/cv/detr/src/box_ops.py 104 additions, 0 deletionsresearch/cv/detr/src/box_ops.py
- research/cv/detr/src/callbacks.py 91 additions, 0 deletionsresearch/cv/detr/src/callbacks.py
- research/cv/detr/src/coco_eval.py 126 additions, 0 deletionsresearch/cv/detr/src/coco_eval.py
- research/cv/detr/src/criterion.py 214 additions, 0 deletionsresearch/cv/detr/src/criterion.py
- research/cv/detr/src/dataset.py 188 additions, 0 deletionsresearch/cv/detr/src/dataset.py
- research/cv/detr/src/detr.py 217 additions, 0 deletionsresearch/cv/detr/src/detr.py
Please register or sign in to comment