-
Notifications
You must be signed in to change notification settings - Fork 89
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
Minimum hardware requirement for the evaluation of 720p/1080p video #13
Comments
Hello, have you reproduced the DVQA code? If it is reproduced, how do you put your LIVE data set? I put all the data sets in a folder, and an error occurred: RuntimeError: The size of tensor a (35) must match the size of tensor b (109) at non-singleton dimension 2. If you know how to solve it, please reply. Looking forward to your reply, Thanks a lot. |
I have no experience about the exact memory requirements for 720p and 1080p videos. Besides upgrading hardware, one quick workaround is to reduce the number of frames per sample. The GPU memory requirement is increasing linearly with frame number. |
A script is provided under https://github.com/Tencent/DVQA/blob/master/dataset/LIVE/prep_live_score.py. It will output a json file that could be directly used by the train or eval scripts. Unfortunately, I am not able to figure out what happens given the limited information provided. Have you decoded the mp4 streams to YUV? |
Thank you for your reply. DVQA code contains the code to convert MP4 to YUV. If you enter data in MP4 format, it will be automatically converted to YUV format.
…------------------ 原始邮件 ------------------
发件人: "Tencent/DVQA" <notifications@github.com>;
发送时间: 2020年12月3日(星期四) 中午11:52
收件人: "Tencent/DVQA"<DVQA@noreply.github.com>;
抄送: "小胖子不高兴"<1579006972@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [Tencent/DVQA] Minimum hardware requirement for the evaluation of 720p/1080p video (#13)
Thanks for the release of DVQA.
I have run the eval.py on my workstation, which has the following specs. But somehow I always meet the error "CUDA out of memory" when evaluating 720p and 1080p videos. Only videos with the resolution of 540p or lower worked fine . I am wondering if there is any configuration I can modify to evaluate 720p/1080p videos on my workstation, or simply I just need to upgrade the hardware.
OS: Windows 10 home CPU: Intel i5-10400 RAM: 16GB GPU: RTX2060 with 6GB memory SSD: 256GB
Looking forward to your reply, Thanks a lot.
Hello, have you reproduced the DVQA code? If it is reproduced, how do you put your LIVE data set? I put all the data sets in a folder, and an error occurred: RuntimeError: The size of tensor a (35) must match the size of tensor b (109) at non-singleton dimension 2. If you know how to solve it, please reply. Looking forward to your reply, Thanks a lot.
A script is provided under https://github.com/Tencent/DVQA/blob/master/dataset/LIVE/prep_live_score.py. It will output a json file that could be directly used by the train or eval scripts.
Unfortunately, I am not able to figure out what happens given the limited information provided. Have you decoded the mp4 streams to YUV?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
哥,有没有数据集给一份呢 |
Thanks for the release of DVQA.
I have run the eval.py on my workstation, which has the following specs. But somehow I always meet the error "CUDA out of memory" when evaluating 720p and 1080p videos. Only videos with the resolution of 540p or lower worked fine . I am wondering if there is any configuration I can modify to evaluate 720p/1080p videos on my workstation, or simply I just need to upgrade the hardware.
OS: Windows 10 home
CPU: Intel i5-10400
RAM: 16GB
GPU: RTX2060 with 6GB memory
SSD: 256GB
Looking forward to your reply, Thanks a lot.
The text was updated successfully, but these errors were encountered: