()
| 23 | |
| 24 | |
| 25 | def 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 | |
| 36 | def get_omnimatte_config(): |