conda create --name openmmlab python=3.10.15 -y
conda activate openmmlab
OSX
conda install pytorch==2.0.1 torchvision==0.15.2 -c pytorch
Linux and Windows:
CUDA 11.8
conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.8 -c pytorch -c nvidia
CPU Only
conda install pytorch==2.0.1 torchvision==0.15.2 cpuonly -c pytorch
pip install openmim
mim install mmengine==0.8.2
mim install "mmcv>=2.0.0,<2.1.0"
mim install mmdet==3.1.0
pip install roboflow
pip install yapf==0.40.1
STEP 4: Some libraries may require a previous version, install the specific versions from the requirements.txt
Make sure the smartphone and the device running the ./game/gui.py script are on the same network