QueryDet-PyTorch icon indicating copy to clipboard operation
QueryDet-PyTorch copied to clipboard

3090/a100 operating environment

Open mythzZzZ opened this issue 1 year ago • 3 comments

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

mythzZzZ avatar Aug 08 '23 10:08 mythzZzZ

thank you,thats helpful!

hefangnan avatar Aug 30 '23 08:08 hefangnan

Thanks!

guo-web avatar Sep 21 '23 08:09 guo-web

Thanks!

liuzhibin55 avatar Aug 05 '24 10:08 liuzhibin55