hityzy1122 / opencv_transforms_torchvision

opencv reimplement for transforms in torchvision
MIT License
193 stars 29 forks source link

Repo #12

Closed victorca25 closed 4 years ago

victorca25 commented 4 years ago

This is not an issue, just to let you know that I combined your repo with https://github.com/jbohnslav/opencv_transforms and additional augmentations using OpenCV from one of my repos.

I tried to keep the best from all sources, use only OpenCV or np functions and extend functionality where possible.

In case you are interested, maybe in the additional transformations like noise types and blur, here's the repo: https://github.com/victorca25/opencv_transforms should be able to easily pull from it, as I merged the commit history of his and your repo.

hityzy1122 commented 4 years ago

This is not an issue, just to let you know that I combined your repo with https://github.com/jbohnslav/opencv_transforms and additional augmentations using OpenCV from one of my repos.

I tried to keep the best from all sources, use only OpenCV or np functions and extend functionality where possible.

In case you are interested, maybe in the additional transformations like noise types and blur, here's the repo: https://github.com/victorca25/opencv_transforms should be able to easily pull from it, as I merged the commit history of his and your repo.

Good job!