-
Notifications
You must be signed in to change notification settings - Fork 14
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
Where can I download the data needed for the project? #4
Comments
Hi, Please check the prepareData.ipynb script. It shows how to prepare your data. Regarding running project, you just need to open the code in jupyter notebook and run it after your data pre-processing is done. |
Thank you for your reply.How do I initialize the text document os.txt? |
You mean 'mos.txt'? You need the data. Unfortunately my data is not open because it was in collaboration with a company. The 'mos.txt' file contains two coloumns where the first column is list of video samples and second column is the corresponding mean opinion quality scores of users. |
So,,,could I use your Trained model to test my video? |
Sure! You can find the model here. You still need your data though. |
Thank you, you already have this model in your project. Could I directly test the score using your model and my video? |
If you want to rely on my model, sure! You can do that. |
Thank you very much for your help. Does using your model to test my video require some preprocessing on my video? |
Yes! check prepareData.ipynb |
I don't know how to deploy the project structure and download the data needed to run the project. Could you please provide a detailed operation and deployment process?Thank you!
Also,I want to use this project to run my own video,how can I do that?
The text was updated successfully, but these errors were encountered: