Hi. Firstly, thanks for implementing and sharing this library. It is very functional and helpful. Also, the code is very clear to understand :)
I observed an unexpected/unknown error when trying to extract the features S3D and R(2+1)D from 16-frame sequences of large videos. No error feedback is printed in this case.
Is there any reason for this behavior? A temporary workaround I found was to break the video into small subvideos and then submit it to the extractor.
This behavior only happens for S3D and R(2+1)D. But the same large videos work for I3D and CLIP feature extractors.
Thanks in advance.
Hi. Firstly, thanks for implementing and sharing this library. It is very functional and helpful. Also, the code is very clear to understand :)
I observed an unexpected/unknown error when trying to extract the features S3D and R(2+1)D from 16-frame sequences of large videos. No error feedback is printed in this case.
Is there any reason for this behavior? A temporary workaround I found was to break the video into small subvideos and then submit it to the extractor.
This behavior only happens for S3D and R(2+1)D. But the same large videos work for I3D and CLIP feature extractors.
Thanks in advance.