PyCenterNet2

  1. V100
  2. conda create -n myenv python=3.8
  3. conda activate myenv
  4. conda install pytorch=1.10 cudatoolkit=11.3 -c pytorch
  5. pip install -U numpy==1.23.5
  6. pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10/index.html
  7. python setup.py develop
  8. pip install torchvision==0.11.3 -i https://pypi.tuna.tsinghua.edu.cn/simple
  9. pip install huggingface_hub safetensors -i https://pypi.tuna.tsinghua.edu.cn/simple
  10. pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
  11. pip install timm -i https://pypi.tuna.tsinghua.edu.cn/simple
  12. ``
    参考链接:https://blog.csdn.net/qq_36622589/article/details/124355564
posted @ 2024-11-26 00:40  zzzzzzz286972  阅读(10)  评论(0编辑  收藏  举报