Skip to content

fulcrum-rocks/image-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fulcrum Logo

Description

Neural network that could process images, video footage and recognize people wearing masks

Parts

[Part1] - Labeling

[Part2] - Training & recognition

image

Tech stack:

  1. Python 3.6+
  2. Tensorflow 2 nightly
  3. OpenCV-python
  4. Modified YoloV3

Installation

$ activate yolo3 # in linux "source activate yolo3"
(yolo3) $ pip install -r requirements.txt
(yolo3) $ pip install -e .

Running the app

// ==================== Training ========================
python src/train_eager.py -c configs/mask_500.json

// ==================== Picture =========================
python src/pred.py -c configs/mask_500.json -i imgs/1.jpg

// ===================== Video ==========================
python video.py -c configs/mask_500.json -i video.mp4

// ==================== Benchmark =======================
python src/eval.py -c configs/mask_500.json

Contact company

Contact developer

Contributors

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

About

neural network that detects people wearing masks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages