Deep-Learning-Playground icon indicating copy to clipboard operation
Deep-Learning-Playground copied to clipboard

[FEATURE]: Migrate Object Detection Endpoint

Open karkir0003 opened this issue 2 years ago • 1 comments

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!

karkir0003 avatar Sep 25 '23 01:09 karkir0003

@FrancisWu2005 good task!

noah-iversen avatar Nov 07 '24 22:11 noah-iversen