DAB-DETR
[ICLR 2022] Official implementation of the paper "DAB-DETR: Dynamic Anchor Boxes are Better Queries for DETR"
파일 탐색기
최종 버전 다운로드 (.zip)- __init__.py
- coco.py
- coco_eval.py
- coco_panoptic.py
- panoptic_eval.py
- random_crop.py
- sltransform.py
- transforms.py
- arch.png
- arch_new.png
- arch_new2.png
- idea.jpg
- model.png
- results.png
- __init__.py
- ms_deform_attn_func.py
- __init__.py
- ms_deform_attn.py
- ms_deform_attn_cpu.cpp
- ms_deform_attn_cpu.h
- ms_deform_attn_cuda.cu
- ms_deform_attn_cuda.h
- ms_deform_im2col_cuda.cuh
- ms_deform_attn.h
- vision.cpp
- make.sh
- setup.py
- test.py
- __init__.py
- backbone.py
- dab_deformable_detr.py
- deformable_transformer.py
- matcher.py
- position_encoding.py
- segmentation.py
- __init__.py
- attention.py
- backbone.py
- DABDETR.py
- matcher.py
- position_encoding.py
- segmentation.py
- swin_transformer.py
- transformer.py
- __init__.py
- comparison_raleted_works_raw.pptx
- __init__.py
- box_loss.py
- box_ops.py
- get_param_dicts.py
- hostlist.py
- logger.py
- misc.py
- plot_utils.py
- slconfig.py
- slio.py
- time_counter.py
- utils.py
- vis_utils.py
- visualizer.py
- .gitignore
- coco.sh
- engine.py
- inference_and_visualize.ipynb
- LICENSE
- main.py
- README.md
- requirements.txt
- run_with_submitit.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/IDEA-Research/DAB-DETR
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd DAB-DETR
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
