-
Notifications
You must be signed in to change notification settings - Fork 368
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
FEAT Image Layering Converter #414
Comments
@nina-msft Hi, I'm a college student, may I work on this issue? |
@u7702792 of course! Please go ahead and reach out if you have any questions! |
Hi, @romanlutz thanks for replying me. I would like to confirm the following problems:
Please feel free to point out my mistakes, thanks! |
Absolutely! You can also add an example to a notebook if there is one for the other converter. |
Hi, @romanlutz @nina-msft I have created a PR, but I did not fully test my code. It will be grateful if anyone can help me on testing, thanks in advance. |
Is your feature request related to a problem? Please describe.
When building testing datasets, we want to be able to create many variations of a specific scenario. For example, we may want to create many samples images layered on top of a base image from a dataset like this one.
Describe the solution you'd like
A converter that takes in a base image, and a secondary image to embed within the main image. (e.g. a photo of hands holding a locket as the base photo, and the secondary image is a CAPTCHA placed over the open locket).
The converter would also likely take a parameter that specifies desired position (e.g. X/Y coordinates of where to put the image on the base image).
The text was updated successfully, but these errors were encountered: