You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Supervision issues and found no similar feature requests.
Description
I think it would be helpful for supervision to include some image assets similar to how we have the ability to download video assets.
Use case
Some example in the documentation have friction to run since you first need to find an image to get things running. Another workaround to not having image assets is randomly grabbing a frame from a video. having a few common image assets would help eliminate this. For example, I've had to include "curl" or "wget" requests to download some image to showcase an example with inference or supervision.
Additional
I'm willing to work on this feature as I believe a lot of the code is written in implementing Video Assets.
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Hey @SkalskiP There are a few images from the inference documentation (soccer images) I think we could distribute this way. Along with this, I had a few cases in cookbook ideas to include around face blurring.
If you think this is a good idea, and have ideas for a few more images, let me know and I can find them.
I've got a draft PR here but want to create a directory to store them similar to VideoAssets - #932
Search before asking
Description
I think it would be helpful for supervision to include some image assets similar to how we have the ability to download video assets.
Use case
Some example in the documentation have friction to run since you first need to find an image to get things running. Another workaround to not having image assets is randomly grabbing a frame from a video. having a few common image assets would help eliminate this. For example, I've had to include "curl" or "wget" requests to download some image to showcase an example with inference or supervision.
Additional
I'm willing to work on this feature as I believe a lot of the code is written in implementing Video Assets.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: