This is the Base Repo for my Mask SSD Project forked from creotiv's ssd version which is based on rykov8's ssd keras implementation which is again a reimplementation of the original SSD which is more or less inspired by Yolo, Faster R-CNN and all the other work that has been done during the last 6 years since AlexNet. Sorry to anybody who i forgot to mention.
- Understand necessary modifications to be able to do segmentation in parallel to box prediction
- Cleanup Model
- Extend Model to make it trainable
- Train on Model on COCO
- Test and Improve Model
- Export Model to Tensorflows object detection API and make it run on my real_time_object_detection project