MCPcopy Create free account
hub / github.com/Netflix/void-model / get_data_config

Function get_data_config

config/default_omnimatte.py:25–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def get_data_config():
26 config = ml_collections.ConfigDict()
27 config.data_rootdir = 'datasets/test/'
28
29 config.sample_size = '384x672'
30 config.dilate_width = 11
31 config.max_video_length = 197
32 config.fps = 16
33 return config
34
35
36def get_omnimatte_config():

Callers 1

get_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected