Skip to content

ehatzi/360FaceDetection

Repository files navigation

360FaceDetection

Face detection in 360 videos

Requirements - Specs

  • Python 3.8
  • Anaconda
  • PyTorch 1.9.1 CPU only: conda install pytorch torchvision torchaudio cpuonly -c pytorch
  • mmcv 1.3.15: pip3 install mmcv (if you have CUDA: conda install -c esri mmcv-full)
  • conda install ipython
  1. MTCNN
  • facenet-pytorch: pip3 install facenet-pytorch (for mtcnn)
  1. face_recognition instead of mtcnn (use Python 3.6 new env)
  1. SCRFD: https://github.com/deepinsight/insightface/tree/master/detection/scrfd

About

Face detection in 360 videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages