QueryDet-PyTorch
QueryDet-PyTorch copied to clipboard
3090/a100 operating environment
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
thank you,thats helpful!
Thanks!
Thanks!