建立Python 虛擬環境conda create -n detectron2 python=3.8 -y conda activate detectron2 # 安裝PyTorch with CUDA conda install pytorch==1.7.1 ...
確定! 回上一頁