-
Notifications
You must be signed in to change notification settings - Fork 22
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
No JSON object could be decoded #8
Comments
I think I've seen this. Can you post a log? |
Traceback (most recent call last): File "../ffmpeg2vmaf", line 8, in Traceback (most recent call last): File "generate.py", line 62, in |
It looks like it is trying to read a json file on this line: QARC/videodatasets/generate.py Line 42 in 02c0817
Did you print the filename and check if the json file exists? |
Yeah the json file do exist but I found it was an empty file when I opened it. |
That looks like the culprit. If you get the training data processing to work, I would be grateful if you would let me know. I tried following the README instructions and ended up with files with a lot of |
I followed readme file and ran trans.py, main.py , process-vmaf.py one by one. I used vmaf-1.3.9 but the error come out: No JSON object could be decoded. And my json file is empty. Has anyone met with this problem? Can anybody tell me how to solve that? thx :D
The text was updated successfully, but these errors were encountered: