stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

OpenCV Error:resize.cpp #51

Open xinruxchen opened 4 years ago

xinruxchen commented 4 years ago

hello there, I was trying to reproduce the noscope and met the problem: OpenCV Error: Assertion failed (ssize.width > 0 && ssize.height > 0) in resize, file /root/opencv/modules/imgproc/src/resize.cpp, line 3289 terminate called after throwing an instance of 'cv::Exception' what(): /root/opencv/modules/imgproc/src/resize.cpp:3289: error: (-215) ssize.width > 0 && ssize.height > 0 in function resize

Any help? Thanks in advance.