yzcjtr / GeoNet

Code for GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose (CVPR 2018)
MIT License
723 stars 181 forks source link

AttributError while preparing training data #54

Closed ghost closed 5 years ago

ghost commented 5 years ago

While preparing the data for training. I encountered an AttributError

AttributeError: module 'scipy.misc' has no attribute 'imread'

I followed the instructions provided in the README.md file with the Kitti dataset. Has someone encountered this error?

OS: Windows 10 SciPy ver. 1.3.1 Working under conda virtual environment

Any help is appreciated.

ghost commented 5 years ago

Installing Scipy version 1.1.0 solved the issue.