Google Colab is a free online tool from Google that lets you write and run Python code directly in your browser.
Install OpenCV (versions between 2.4.2 to 2.4.11 are supported, whereas OpenCV 3.0 is not yet supported). eg: go to "http://opencv.org/", click on Downloads, download ...
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 ...