forked from mindspore-lab/mindone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbucket.yaml
More file actions
13 lines (13 loc) · 879 Bytes
/
bucket.yaml
File metadata and controls
13 lines (13 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
bucket_config:
# Structure: "resolution": { num_frames: [ keep_prob, batch_size ] }
# Setting [ keep_prob, batch_size ] to [ 0.0, 0 ] forces longer videos into smaller resolution buckets
"144p": { 45: [1.0, 96], 61: [1.0, 72], 93: [1.0, 46], 189: [1.0, 22], 381: [1.0, 12]}
"256": { 45: [1.0, 54], 61: [1.0, 40], 93: [1.0, 26], 189: [1.0, 12], 381: [1.0, 6]}
"240p": { 45: [1.0, 34], 61: [1.0, 26], 93: [1.0, 16], 189: [1.0, 8], 381: [1.0, 4]}
"360p": { 45: [1.0, 16], 61: [1.0, 12], 93: [1.0, 8], 189: [1.0, 4], 381: [1.0, 2]}
"512": { 45: [0.3, 14], 61: [0.2, 10], 93: [0.6, 6], 189: [1.0, 4], 381: [1.0, 2]}
"480p": { 45: [0.4, 8], 61: [0.4, 6], 93: [0.3, 4], 189: [1.0, 2], 381: [1.0, 1]}
"720p": { 45: [0.5, 4], 61: [0.2, 3] , 77: [0.4, 2] }
"1024": { 45: [0.2, 4], 61: [0.2, 3] , 77: [0.3, 2] }
"1080p": { 45: [1.0, 1] }
"2048": { 13: [ 0.01, 1 ] }