Compare commits

...

2 Commits

Author SHA1 Message Date
fd428d964f Remove encoded file after finishing 2022-10-23 20:10:17 +02:00
2bade18bff Ignore encoded folder 2022-10-23 20:10:10 +02:00
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

@ -170,3 +170,5 @@ 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)