├── COCO_labels.txt ├── James.mp4 ├── LICENSE ├── MobileNetV1.cpp ├── README.md ├── TestTensorFlow_Lite.cbp └── detect.tflite /COCO_labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/COCO_labels.txt -------------------------------------------------------------------------------- /James.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/James.mp4 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/LICENSE -------------------------------------------------------------------------------- /MobileNetV1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/MobileNetV1.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/README.md -------------------------------------------------------------------------------- /TestTensorFlow_Lite.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/TestTensorFlow_Lite.cbp -------------------------------------------------------------------------------- /detect.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/HEAD/detect.tflite --------------------------------------------------------------------------------