Atcold / pytorch-PPUU

Code for Prediction and Planning Under Uncertainty (PPUU)
https://youtu.be/X2s7gy3wIYw
MIT License
203 stars 54 forks source link

Proper image resizing #34

Closed skarakulak closed 5 years ago

skarakulak commented 5 years ago

Replaced the depreciated imresize function. fix #16

Atcold commented 5 years ago

@skarakulak, I think we should use pillow as noted here: https://github.com/Atcold/pytorch-PPUU/issues/16#issue-446792042.

skarakulak commented 5 years ago

@Atcold pushed a new commit

Atcold commented 5 years ago

Is the output exactly the same as with the previous method? As (img_old - img_new).abs().sum() == 0.0?

skarakulak commented 5 years ago

@Atcold yes, confirmed.