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.
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.