waldo-seg / waldo

image-segmentation and text-localization
Apache License 2.0
13 stars 13 forks source link

added convert_to_combined_image #27

Closed YiwenShaoStephen closed 6 years ago

YiwenShaoStephen commented 6 years ago

I think it's better to leave these transformation stuff to pytorch's transformation package. And if it's not provided by pytorch, the common case is to write a new transformation.py to make your own transformations.

danpovey commented 6 years ago

thanks. you can delete the prototypes for the transformation functions that I had added.