Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Migrate Object Detection Endpoint #994

Open
Tracked by #908
karkir0003 opened this issue Sep 25, 2023 · 0 comments
Open
Tracked by #908

[FEATURE]: Migrate Object Detection Endpoint #994

karkir0003 opened this issue Sep 25, 2023 · 0 comments
Labels
backend backend tasks

Comments

@karkir0003
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend tasks
Projects
Status: Backlog
Development

No branches or pull requests

2 participants