Google Colab is a free online tool from Google that lets you write and run Python code directly in your browser.
conda create -n YOLO python=3.10.10 conda activate YOLO conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia pip install opencv-python pip install PyYAML pip install ...
[14:36:08.367] PATH: /Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Library/Frameworks/Python.framework ...