All Projects → waittim → facemask-detection

waittim / facemask-detection

Licence: other
In-browser Real-time Mask Detection | Deployment part. Based on NCNN and Web-Assembly.

Projects that are alternatives of or similar to facemask-detection

Face-Mask-Detection-PyTorch
A real-time face mask detector based on computer vision and deep learning, created using Pytorch and OpenCV
Stars: ✭ 12 (-53.85%)
Mutual labels:  mask-detection
mask checker
臉部口罩檢測
Stars: ✭ 31 (+19.23%)
Mutual labels:  mask-detection
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+1084.62%)
Mutual labels:  mask-detection

WearMask: In-browser Face Mask Detection - Deployment

For more details about this project, please visit the main repo.

Usages

Method 1: github pages(chrome)

  1. launch google chrome browser, open chrome://flags and enable all experimental webassembly features
  2. re-launch google chrome browser, open https://facemask-detection.com/test.html and enjoy
  3. re-launch google chrome browser, open https://facemask-detection.com/index.html and enjoy

Method 2: run locally(chrome)

  1. start a http serverpython3 -m http.server 8888
  2. launch google chrome browser, open chrome://flags and enable all experimental webassembly features
  3. re-launch google chrome browser, open http://127.0.0.1:8888/test.html and enjoy
  4. re-launch google chrome browser, open http://127.0.0.1:8888/index.html and enjoy

Method 3: run locally(firefox-nightly)

  1. start a http serverpython3 server.py
  2. download firefox-nightly from https://www.mozilla.org/en-US/firefox/channel/desktop
  3. launch firefox-nightly browser, open http://127.0.0.1:8888/test.html and enjoy
  4. launch firefox-nightly browser, open http://127.0.0.1:8888/index.html and enjoy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].