-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 Vision Transforms Functions to Paddle Frontend #15046
Comments
paddle.vision.transforms
Vision Transforms Functions to PaddlePaddle Frontendpaddle.vision.transforms
Vision Transforms Functions to Paddle Frontend
I would like to make my first contribution to the repository by working on this issue. I will start by adding the However, I have never worked on this type of project before. I would greatly appreciate it if someone with experience in this project can assist with using ivy functions to implement this. |
Can I contribute on this task ? |
adjust_brightness #22001 |
[Crop] #22083 |
#22189 This task seems to be closed but not merged, I have a working version of it with all tests passing and ready to be merged. @hmahmood24 |
@rohinish404 Sorry, I didn't realize it. |
paddle.vision.transforms
Vision Transforms Functions to Paddle Frontend
Add Vision Transforms Functions to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
hflip #21259
vflip #21337
resize #22633
pad #22759
rotate #22207
to_grayscale
to_grayscale #26822
crop #21345
center_crop #22749
adjust_brightness #22154
adjust_contrast #26107
adjust_hue #21317
normalize #22211
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/vision/transforms.py
ivy\_tests/test\_ivy/test\_frontends/test\_paddle/test\_vision/test\_transforms.py
The text was updated successfully, but these errors were encountered: