anuragranj / cc

Competitive Collaboration: Joint Unsupervised Learning of Depth, Camera Motion, Optical Flow and Motion Segmentation
https://research.nvidia.com/publication/2018-05_Adversarial-Collaboration-Joint
MIT License
511 stars 63 forks source link

scipy.misc.imresize removed in scipy 1.3.0. #14

Open cgo opened 5 years ago

cgo commented 5 years ago

imresize is no longer provided by scipy. If the intention is to support 1.3.0 and above, I suggest to switch to Pillow or something else.

anuragranj commented 5 years ago

Thanks @cgo . I can start working on it, but if you already have something, could you send a pull request?

cgo commented 5 years ago

I just downgraded scipy on my end :-) just wanted to give CC a try. On that note, I'll contact you with another question that has nothing to do with this issue; stay tuned :)

anuragranj commented 5 years ago

We now have a bleeding edge version that uses PIL instead of skimage. It is available on this branch.

https://github.com/anuragranj/cc/tree/pil

Please let me know if this works, or if there are any issues with it.

cgo commented 5 years ago

Hey @anuragranj, thanks for the change; I noticed it was re-opened, anything I can do to check this?

anuragranj commented 5 years ago

Yes, I am keeping this open until we are sure that this works. Could you try the pil branch and see if there are any problems?

ShristiDasBiswas commented 2 years ago

Yes, I am keeping this open until we are sure that this works. Could you try the pil branch and see if there are any problems?

hi! does it work with pil?

anuragranj commented 1 year ago

To my knowledge, it worked at the time.