├── FaceMask.cpp ├── Face_Mask_Video.mp4 ├── GPIO ├── FaceMaskGPIO.cpp ├── README.md └── TensorFlow_Lite_Mask_GPIO.cbp ├── Kapje_1.jpg ├── Kapje_2.jpg ├── Kapje_3.jpg ├── Kapje_4.jpg ├── Kapje_5.jpg ├── Kapje_6.jpg ├── Kapje_7.jpg ├── LICENSE ├── README.md ├── TensorFlow_Lite_Mask.cbp ├── ssd_mobilenet_v2_fpnlite.tflite └── ssdlite_mobilenet_v2.tflite /FaceMask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/FaceMask.cpp -------------------------------------------------------------------------------- /Face_Mask_Video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Face_Mask_Video.mp4 -------------------------------------------------------------------------------- /GPIO/FaceMaskGPIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/GPIO/FaceMaskGPIO.cpp -------------------------------------------------------------------------------- /GPIO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/GPIO/README.md -------------------------------------------------------------------------------- /GPIO/TensorFlow_Lite_Mask_GPIO.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/GPIO/TensorFlow_Lite_Mask_GPIO.cbp -------------------------------------------------------------------------------- /Kapje_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_1.jpg -------------------------------------------------------------------------------- /Kapje_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_2.jpg -------------------------------------------------------------------------------- /Kapje_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_3.jpg -------------------------------------------------------------------------------- /Kapje_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_4.jpg -------------------------------------------------------------------------------- /Kapje_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_5.jpg -------------------------------------------------------------------------------- /Kapje_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_6.jpg -------------------------------------------------------------------------------- /Kapje_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/Kapje_7.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/README.md -------------------------------------------------------------------------------- /TensorFlow_Lite_Mask.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/TensorFlow_Lite_Mask.cbp -------------------------------------------------------------------------------- /ssd_mobilenet_v2_fpnlite.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/ssd_mobilenet_v2_fpnlite.tflite -------------------------------------------------------------------------------- /ssdlite_mobilenet_v2.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_Face_Mask_RPi_64-bits/HEAD/ssdlite_mobilenet_v2.tflite --------------------------------------------------------------------------------