Deep-Learning-Playground
Deep-Learning-Playground copied to clipboard
[FEATURE]: Migrate Object Detection Endpoint
Feature Name
Migrate Object Detection Endpoint
Your Name
Karthik Subramanian
Description
DLP is migrating the training endpoints from Flask Blueprint to Django. This task requires creation of /object-detection route to run object detection requests in Django.
References/Resources:
- For structure, mirror it similar to here.
- Note that object detection supports using AWS Reckognition or built in YOLO architecture
- Old object detection code for inspiration: here
- AWS Reckognition utils code: here. This part might have to be migrated separately in order to not bloat the whole PR
Please ensure that this endpoint is tested thoroughly!
@FrancisWu2005 good task!