-
Notifications
You must be signed in to change notification settings - Fork 13
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
The video quality obtained by inference is relatively poor #28
Comments
Changing metadata does not help with memory cost. You don’t have to do that. Please be reminded that you are running the lowest resolution supported. It is normal that the quality does not catch up that of high-resolution ones. |
Thank you very much for your reply, I will use the high resolution configuration file to see the effect. |
metadata refers to the pkl files. |
I just read the link you sent, and the reasons for the poor cpu usage and video quality are probably clear |
As indicated by the doc. |
Thank you very much for your work. After reasoning, I found that the video quality was relatively poor. I don't know what caused it
I am using the configuration file is configs/magicdrive/inference/fullx224x400_stdit3_CogVAE_boxTDS_wCT_xCE_wSST py, The validation_index=[0] and num_frames=129 are modified ,the val pkl of inputing, change the number of 'infos' to 1000, and 'scene_token' only keeps the first element in the list .
The reason for reducing the amount of input data is that the machine memory is too small, I am checking whether the input data is incomplete
The text was updated successfully, but these errors were encountered: