Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netflix/vmaf
/ resource_path
Method
resource_path
python/vmaf/config.py:214–215 ·
view source on GitHub ↗
(cls, *components)
Source
from the content-addressed store, hash-verified
212
213
@classmethod
214
def
resource_path(cls, *components):
215
return
cls.root_path(
'resource'
, *components)
216
217
@classmethod
218
def
test_resource_path(cls, *components, bypass_download=False):
Callers
15
main
Function · 0.80
run_vmaf_cross_validation.py
File · 0.80
setUp
Method · 0.80
test_dataset_mixed.py
File · 0.80
test_image_dataset_diffdim_qualitywh2.py
File · 0.80
test_image_dataset_diffdim.py
File · 0.80
example_dataset_crop_pad.py
File · 0.80
test_dataset.py
File · 0.80
test_image_dataset_notyuv_workfile_yuv_type_for_assets_0_and_3.py
File · 0.80
test_dataset_diffyuv.py
File · 0.80
test_dataset_fps_bad_rebufinds.py
File · 0.80
test_image_dataset_notyuv_workfile_yuv_type.py
File · 0.80
Calls
1
root_path
Method · 0.80
Tested by
1
setUp
Method · 0.64