Mamad8 commited on
Commit
ab9d20f
·
verified ·
1 Parent(s): eac6839

Create Readme.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Current V0 went through :
2
+ - 100 initial steps at LR 5e-5 (batch size 8)
3
+ - 1100 more steps at LR 1e-4 (batch size 32)
4
+ - 600 more steps at LR 1e-4 (batch size 8)
5
+ - 600 more steps at LR 7.5e-5 (batch size 8)
6
+
7
+ Dataset has 30,000 examples covering:
8
+
9
+ - Text-to-video with no reference: 6,500
10
+ - Text-to-image with no reference: 3,500
11
+
12
+ - Still-image-to-video using:
13
+ - First frame from the target video: 750
14
+ - Middle frame from the target video: 750
15
+ - Last frame from the target video: 750
16
+ - Frame from the same source but outside the target interval: 750
17
+
18
+ - Face-reference-to-video using a close-up crop of the primary face: 3,000
19
+
20
+ - Image-to-image using a different image from the same gallery: 3,000
21
+
22
+ - Image restoration and inpainting:
23
+ - Masked image reference: 800
24
+ - Degraded image reference: 800
25
+
26
+ - Image outpainting using an aggressively cropped reference: 2,400
27
+
28
+ - Video outpainting:
29
+ - Static spatial crop: 501
30
+ - Tracked spatial crop: 499
31
+
32
+ - Temporal video completion:
33
+ - Reference video immediately before the target: 467
34
+ - Reference segment inside the complete target: 467
35
+ - Reference video immediately after the target: 466
36
+
37
+ - Audio-to-video using the target audio as conditioning: 2,000
38
+
39
+ - Video-to-audio / sound generation using a muted,
40
+ low-resolution video reference: 1,400
41
+
42
+ - Structural conditioning:
43
+ - Single-frame depth: 160
44
+ - Single-frame optical flow: 147
45
+ - Single-frame pose: 145
46
+ - Single-frame segmentation: 148
47
+ - Video depth: 146
48
+ - Video optical flow: 153
49
+ - Video pose: 149
50
+ - Video segmentation: 152