pytorch-vsumm-reinforce: Module Not Found Error

@SinDongHwan

Hai I am getting this error while running Generate_dataset.py Even after installing WEAVE

Thanks

(harry) vinsent@vinsent-H110M-H:~/Documents/sindong _vsumm/utils/KTS$ /bin/python3 "/home/vinsent/Documents/sindong _vsumm/utils/KTS/cpd_nonlin.py"

Traceback (most recent call last):
  File "/home/vinsent/Documents/sindong _vsumm/utils/KTS/cpd_nonlin.py", line 2, in <module>
    import weave
ModuleNotFoundError: No module named 'weave'

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15

Most upvoted comments

Hi, @anbuharry I’m now okay. And you? When can you do? if you can, send me password. my email : god.donghwan@gmail.com

Hi, @anbuharry. Do you want to reduce summarized video to final summary video by your idea? if okay, save change points in result.h5. and when you execute summary2video.py, select one frame in each change points about selected frames.

In other method for reducing, you can set ‘proportion’ in https://github.com/KaiyangZhou/pytorch-vsumm-reinforce/blob/77f7c93249240d6fa297818c1eefd5c2b51b1747/vsum_tools.py#L5

hi, @anbuharry. Check a value of “frm” variable. when didn’t read a image, following a error message is occurred. cv2.error: OpenCV(3.4.2) /tmp/build/80754af9/opencv-suite_1535558553474/work/modules/imgproc/src/resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'resize'

hi, @anbuharry. check a value of “fps” variable. when 1/0 or 1.6/0, the error is occurred.

Hi, @anbuharry. you have to run python 2.x. python version over 3 doesn’t support weave.