Closed zzxihuanheixiu closed 2 years ago
Thank you for your interest in our work! What happens if you try to run it on a 1624x1224 resolution?
Traceback (most recent call last):
File "run.py", line 486, in
I have a good idea. I can use OpenCV to resize the video below 1280 × 720 resolution, and then throw the processed video into your model. Do you think it's ok?
Hello, I just tried to turn the video into 224 × 224 resolution, and then throw the processed video into your model, but the program prompts me the following error:
Traceback (most recent call last):
File "run.py", line 486, in
assert(intWidth <= 1280) # while our approach works with larger images, we do not recommend it unless you are aware of the implications
Have you tried commenting out this assert statement?
I can use OpenCV to resize the video below 1280 × 720 resolution, and then throw the processed video into your model. Do you think it's ok?
Yes, and lowering the resolution might even get you better interpolation results (at a loss of fidelity, of course).
'NoneType' object has no attribute 'get_function'
You are hitting this bug in CuPy which you should be able to resolve be using an older CuPy version: https://github.com/cupy/cupy/issues/6231
assert(intWidth <= 1280) # while our approach works with larger images, we do not recommend it unless you are aware of the implications
Have you tried commenting out this assert statement?
I can use OpenCV to resize the video below 1280 × 720 resolution, and then throw the processed video into your model. Do you think it's ok?
Yes, and lowering the resolution might even get you better interpolation results (at a loss of fidelity, of course).
'NoneType' object has no attribute 'get_function'
You are hitting this bug in CuPy which you should be able to resolve be using an older CuPy version: cupy/cupy#6231
Thanks,I will install older CuPy and try this code again!
Closing due to inactivity, feel free to reopen if this issue persists.
Dear author, I want to use your model to deal with 1624 × 1224 resolution video, but unfortunately, your model seems to limit the maximum resolution to 1280 × 720。 How can you change your code to deal with higher resolution video? I'm a little worried. If you see the message, please contact my email: zhongzhi@hnu.edu.cn