WeiTang114 / MVCNN-TensorFlow

An Multi-View CNN (MVCNN) implementation with TensorFlow.
MIT License
120 stars 67 forks source link

Which folder should I put 2d images rendered from 3d models? How to set the path of 2d rendering image? #26

Open longmalongma opened 5 years ago

longmalongma commented 5 years ago

Which folder should I put 2d images rendered from 3d models? How to set the path of 2d rendering image? I meet this problem,can you help me?
File "/media/longma/dangjisheng_windows/1axirix/MVCNN-TensorFlow1/input.py", line 27, in _load_views im = cv2.resize(im, (W, H)) error: OpenCV(4.1.0) /io/opencv/modules/imgproc/src/resize.cpp:3718: error: (-215:Assertion failed) !ssize.empty() in function 'resize