Show HN: I built a pytorch image transformation visualizer. Thoughts?

3 points by czhu12 ↗ HN
The torchvision transforms package is kind of hard to understand so I built an app to develop and visualize image transformations.

I threw this together mostly for myself but I'd be happy to build a more permanent tool if others find this useful.

See it here: http://bit.ly/3wlDohX

3 comments

[ 3.2 ms ] story [ 20.7 ms ] thread
just fyi it would be better if you didn't use a url shortener to show projects, out of courtesy. Nice project
It's cool to be able to visualize these operations.

Perhaps you can add a blurb of instructions at the top of the app or in a dialog. It took a bit of playing around with to figure out how to make it work. Just a couple of notes about adding to, and updating the transformation pipeline; and regenerating the output (the button for which should maybe be with the other buttons).