Compare commits

..

No commits in common. "fd428d964ff20b7dc421bd9f4496750fc081881f" and "c9ec5b1c790875c80e8a58ad3d1a8d7309bac6d6" have entirely different histories.

2 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
vmaf.json vmaf.json
*.csv *.csv
encoded/

View File

@ -170,5 +170,3 @@ if __name__ == "__main__":
vmafmean=vmaf["pooled_metrics"]["vmaf"]["mean"], vmafmean=vmaf["pooled_metrics"]["vmaf"]["mean"],
vmafmin=vmaf["pooled_metrics"]["vmaf"]["min"], vmafmin=vmaf["pooled_metrics"]["vmaf"]["min"],
) )
os.remove(outputfile)