Pan Haodong

Results 8 issues of Pan Haodong

Thanks for your great work. And I what to know how many GPU memory it need during training phase and testing phase resppectively? And how long does it take to...

First I met the error as follow: ![微信图片_20220829224154](https://user-images.githubusercontent.com/24863806/187227959-c08fef3e-b593-4288-852e-6c7da217db37.png) Then I add int at ’quality‘ as [https://github.com/TencentARC/GFPGAN/issues/93](url) But I got another error as follow: ![微信图片_20220829224459](https://user-images.githubusercontent.com/24863806/187228637-672a723a-1745-4a5f-be9a-a69815963282.jpg)

When I use the extract_features.py to extract features, the process seem be stuck. I tired the two commands: > python3 extract_features.py --mode caffe \ --num-cpus 2 --gpus '0,1,2,3' \ --extract-mode...

Hello, Thank you for sharing the excellent project! My lab don't have RTX 6000GPUs (24G, referenced in paper ) but some GTX 3090 GPUs (24G). So I want to train...

Thank you for excellent work!I want to extract my own NExT-QA features. As the data preparation section of redeame, I download the the highlighted NExTVideo. When I unzip it,I don't...

Thank you for your excellent work! Should I extract image from raw video before I extract feature by BUTD? Should I save the pre-proposed bbox and output feature in the...