-
Notifications
You must be signed in to change notification settings - Fork 131
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
CUDNN_STATUS_INTERNAL_ERROR with my own set #28
Comments
|
Ok, but what frame refers to ? |
It crops the video into 8x160x180 clips for testing due to memory limit. |
Then, it's strange that the first value is needed as it is
|
If you don't want to partition the video along the temporal dimension, you can use As for the runtimeerror, please refer to #24 |
O..k... what does "partition the video along temporal dimension" mean ? I know that your method uses several frame to work, then is that what this value is ? If I set 0 what will it do ? About the error, I understand that I need to give a GT path for it to work, but if I have the GT then the script is useless so there's something I missed... |
Partition means partition the sequence into short clips. 0 means no partion. |
Hello,
I'm able to run VRT with provide sets then I tried with my own and it doesn't work I get this error:
I suppose this is the size of the images and/or the tile settings, I don't really understand how to choose that setting as there's 3 values, I think the second and third as the height and width of the tile but what is the first one, it doesn't need the count as it can be calculated so what ?
The text was updated successfully, but these errors were encountered: