-
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
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Comments
hmahmood24
added
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
labels
May 8, 2023
hmahmood24
changed the title
Add
Add Jun 12, 2023
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 ? |
[Crop] #22083 |
Closed
AnnaTz
changed the title
Add
Add Vision Transforms Functions to Paddle Frontend
Sep 8, 2023
paddle.vision.transforms
Vision Transforms Functions to Paddle Frontend
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
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: