-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VmafQualityRunner finished up to feature extraction, house keeping fu…
…nctions.
- Loading branch information
Showing
12 changed files
with
389 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.idea | ||
.idea | ||
python/config.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
Add python directory to PYTHONPATH: | ||
Add project root and python directory to PYTHONPATH: | ||
export PYTHONPATH=[project root dir]:$PYTHONPATH | ||
|
||
Copy config_template.py to config.py | ||
|
||
----------------------------------------- | ||
|
||
No need: | ||
|
||
In config.py, set ROOT to your project root directory | ||
ROOT = "/home/zli/Projects/stash/zli/vmaf_oss" | ||
|
||
Add VMAF executable to PATH: | ||
export PATH=[project root dir]/feature:$PATH | ||
|
||
export PYTHONPATH=$PYTHONPATH:[project_root]/python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*.pyc | ||
*.pyc |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.