Skip to content

Frinks-ai/detectron2

Repository files navigation

detectron2

Environment setup

  1. create a new environment using below command.
conda create -n env_name python=3.8
  1. install pytorch using below command.
pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html
  1. now clone this current repo using below example.
git clone "repo_dir"
  1. go to the clone directory.
cd detectron2
  1. now install the detectron2 using local repository.
python -m pip install -e .
  1. or use the install below command to install detectron2 using git+ command.
python -m pip install 'git+https://github.com/Frinks-ai/detectron2'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published