chestrays / jupyanno

Make data labeling easy with Jupyter notebooks and Google Sheets!
Apache License 2.0
26 stars 4 forks source link

fix scale in images (need padding / cropping to be square) #50

Closed kmader closed 6 years ago

kmader commented 6 years ago

images have same size but anisotropic pixels when they are rendered. PILLOW (PIL) doesn't seem to know about this, but the browsers does.

kmader commented 6 years ago

https://mybinder.org/v2/gh/jonmmease/plotly_ipywidget_notebooks/master Good examples

kmader commented 6 years ago

doesnt seem to be an issue anymore