hello,i am using the program to process my own videos which are already resize to 1280*720,and error below is appearing.
`
File "C:\Users\10401\AppData\Local\conda\conda\envs\TensorFlow\lib\site-packages\numpy\core_methods.py", line 29, in _amin
return umr_minimum(a, axis, None, out, keepdims)
ValueError: zero-size array to reduction operation minimum which has no identity`
i am not familiar with python.So why it appears and how can i solve the problem?
hello,i am using the program to process my own videos which are already resize to 1280*720,and error below is appearing.
`
File "C:\Users\10401\AppData\Local\conda\conda\envs\TensorFlow\lib\site-packages\numpy\core_methods.py", line 29, in _amin
return umr_minimum(a, axis, None, out, keepdims)
ValueError: zero-size array to reduction operation minimum which has no identity`
i am not familiar with python.So why it appears and how can i solve the problem?