Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Flash serve on Object Detection task #1279

Closed
ethanwharris opened this issue Apr 7, 2022 Discussed in #1277 · 2 comments · Fixed by #1370
Closed

Flash serve on Object Detection task #1279

ethanwharris opened this issue Apr 7, 2022 Discussed in #1277 · 2 comments · Fixed by #1370
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ethanwharris
Copy link
Collaborator

Discussed in #1277

Originally posted by IncubatorShokuhou April 7, 2022
Is there an exampe on serving an object detection model in lightning-flash?

@ethanwharris ethanwharris added the enhancement New feature or request label Apr 7, 2022
@ethanwharris ethanwharris added this to the 0.8.0 milestone Apr 7, 2022
@stale
Copy link

stale bot commented Jun 7, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the won't fix This will not be worked on label Jun 7, 2022
@MrBlenny
Copy link

I would also be interested in this... Currently I'm using an awful hack where I write images (received as bas64) to disk and then read them using ObjectDetectionData.from_files https://github.com/Greenroom-Robotics/nuclio_lighting_flash/blob/main/nuclio_lighting_flash/flash_model_handler.py#L27

In addition to the model.serve it would be nice to have something like ObjectDetectionData.from_image which accepted pil images.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants