Skip to content

Instantly share code, notes, and snippets.

@meet-minimalist
Last active February 8, 2022 02:23
Show Gist options
  • Save meet-minimalist/4a6b0f714285c295076482413a5bc758 to your computer and use it in GitHub Desktop.
Save meet-minimalist/4a6b0f714285c295076482413a5bc758 to your computer and use it in GitHub Desktop.
Setup training COCO
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
bash Miniforge3-Linux-x86_64.sh -b
~/miniforge3/bin/conda init
bash
conda create -n yolox python=3.8
conda activate yolox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment