conda create -n himloco python=3.7.16 conda activate himloco pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download ...
conda create -n YOLO python=3.9 conda activate YOLO pip install thop pip install tqdm pip install PyYAML pip install opencv-python conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c ...