Deep Learning
Deformable DETR attention operation cuda build
ddokkddokk
2023. 6. 20. 15:05
반응형
- CUDA operation
cd ./models/ops
sh ./make.sh
# unit test (should see all checking is True)
python test.py
- Requirement
pip install -r requirements.txt
- Point Pillars
cd ops
python setup.py develop