You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
thank you for sharing your code but unfortunately in an attempt to run your model on one test video file i get this error :"Function videocapture is removed from skvideo package" it seems like in skvideo latest updates this function is removed and when i tried to fix it by using opencv's videocapture i could pass the preprocess stage but some errors indicating wrong count of inputs where raised inside the model(which i believe it is occurred within chainer.variable inside audiovisualstream file) and it made me suspect that my conversion to opencv package has caused this problem in inputs.
I would appreciate if you would kindly guide me how to update your code to make it compatible with opencv.
The text was updated successfully, but these errors were encountered:
hello,
thank you for sharing your code but unfortunately in an attempt to run your model on one test video file i get this error :"Function videocapture is removed from skvideo package" it seems like in skvideo latest updates this function is removed and when i tried to fix it by using opencv's videocapture i could pass the preprocess stage but some errors indicating wrong count of inputs where raised inside the model(which i believe it is occurred within chainer.variable inside audiovisualstream file) and it made me suspect that my conversion to opencv package has caused this problem in inputs.
I would appreciate if you would kindly guide me how to update your code to make it compatible with opencv.
The text was updated successfully, but these errors were encountered: