ChenhongyiYang / QueryDet-PyTorch

[CVPR 2022 Oral] QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection
MIT License
423 stars 46 forks source link

3090/a100 operating environment #79

Open mythzZzZ opened 1 year ago

mythzZzZ commented 1 year ago

3090/a100 operating environment Driver Version: 495.29.05 CUDA Version: 11.5

conda create -n querydet python=3.7 -y source activate querydet

pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html

python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html

pip install spconv-cu111

git clone https://github.com/ChenhongyiYang/QueryDet-PyTorch.git

cd visdrone_eval pip install -e .

git clone https://github.com/sxhxliang/detectron2_backbone.git cd detectron2_backbone python setup.py build develop

hefangnan commented 1 year ago

thank you,thats helpful!

guo-web commented 1 year ago

Thanks!

liuzhibin55 commented 1 month ago

Thanks!