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

Add ImageAssets similar to VideoAssets #926

Open
2 tasks done
NickHerrig opened this issue Feb 19, 2024 · 2 comments
Open
2 tasks done

Add ImageAssets similar to VideoAssets #926

NickHerrig opened this issue Feb 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@NickHerrig
Copy link
Contributor

Search before asking

  • 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!
@NickHerrig NickHerrig added the enhancement New feature or request label Feb 19, 2024
@SkalskiP
Copy link
Collaborator

Hi @NickHerrig 👋🏻 Do we already have some assets that we would like to distribute this way?

@NickHerrig
Copy link
Contributor Author

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

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

No branches or pull requests

2 participants