MCPcopy Create free account
hub / github.com/Netflix/vmaf / print_matplotlib_warning

Function print_matplotlib_warning

python/vmaf/routine.py:747–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

745 return subjective_dataset_tester.test_assets, subjective_dataset_tester.results
746
747def print_matplotlib_warning():
748 print("Warning: cannot import matplotlib, no picture displayed. " \
749 "If you are on Mac OS and have installed matplotlib, you " \
750 "possibly need to run: \nsudo pip uninstall python-dateutil \n" \
751 "sudo pip install python-dateutil==2.2 \n" \
752 "Refer to: http://stackoverflow.com/questions/27630114/matplotlib-issue-on-os-x-importerror-cannot-import-name-thread")
753
754
755def train_test_vmaf_on_dataset(train_dataset, test_dataset,

Callers 2

mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 1

mainFunction · 0.72