-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frames of varying length #38
Comments
Hi @HHTseng can you please share the code for varying frame length? Its very important. Thanks |
yes I had it sometime before, allow me to take a few days to find it |
Hi @HHTseng Did you get a chance to check for the code? |
Please check out the files in the folder ResNetCRNN_varylength and run UCF101_ResNetCRNN_varlen.py. This necessarily takes longer time to load and run. Let me know if there's any bug spotted, thanks! |
@HHTseng Thanks a MILLION! I will update you as soon as I check and run the code. |
I got the below error after running the code -
|
@HHTseng I am constantly getting this error -
|
Did you solve this problem @abhiray92 ? |
@Berna-lab Yes, my images were in grayscale, so I just set the value of 'Channel = 1'. And it worked. |
Thanks @abhiray92 |
HI @HHTseng , the CRNN model is working fine for me, however, the videos in my dataset has varying frame length, I believe you already have the code for this issue as discussed in the link below . Can you please share the code for the same?
#5
The text was updated successfully, but these errors were encountered: