Skip to content
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

Open
paulwgw88 opened this issue Sep 16, 2020 · 5 comments
Open

Comments

@paulwgw88
Copy link

paulwgw88 commented Sep 16, 2020

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.

@TANYaYaPang
Copy link

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.

@haiqwang
Copy link

haiqwang commented Dec 3, 2020

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.

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.

@haiqwang
Copy link

haiqwang commented Dec 3, 2020

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?

@TANYaYaPang
Copy link

TANYaYaPang commented Dec 3, 2020 via email

@ccfco
Copy link

ccfco commented May 26, 2021

哥,有没有数据集给一份呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants