Machine Learning side of RangRang
- Create data for
object detection
andcolor detection
level ✔️ - Labelling images ✔️
- Create the model using
tensorflow object detection API
✔️
Fine tune ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8
model with data on the workspace/object_detection/images
Fine tune ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8
model with data on the workspace/color_detection/images
- Dwiki Kusuma : living room object data on Kaggle
scripts
├── add_metadata.py
├── check_image.py
├── convert_tflite.py
├── image_downloader.py
├── label_processing.py
├── preprocessing
│ ├── generate_tfrecord.py
│ ├── partition_dataset.py
│ └── renamer.py
└── query.json
- Object Detection API with TensorFlow 2
- Training Custom Object Detector
- Transfer Learning Object detection model - TensorFlow 2 Detection Model Zoo
- Running TF2 Detection API Models on mobile
- Real-time Object Detection using SSD MobileNet V2 on Video Streams
- Color Detection
Repository | |
---|---|
Android | grrrracia/RangRang-MobileApp |
Cloud Computing | Hyuto/rangrang-server |
Machine Learning | Hyuto/rangrang-ML |