Skip to content

FirokOtaku/detectron2

 
 

Repository files navigation

Just a fork of Detectron2 with some modifications for personal usages.

Extra libraries used:

  • imantics for converting inference masks into shapes

All setup steps:

conda create -n detectron2 python=3.10 -y
conda activate detectron2
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y
conda install imantics Flask -y

About

Fork of Detectron2 with modifications for personal usages

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • Python 94.0%
  • Cuda 3.2%
  • C++ 2.3%
  • Other 0.5%