matybohacek commited on
Commit
95706a2
1 Parent(s): 653d03d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +206 -2
README.md CHANGED
@@ -1,3 +1,207 @@
1
- # DeepAction
 
 
 
 
 
 
 
 
 
 
2
 
3
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ viewer: false
4
+ tags:
5
+ - deepfakes
6
+ - gen-ai
7
+ - text-to-video
8
+ pretty_name: DeepAction Dataset v1.0
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
 
13
+ <style>
14
+ * {
15
+ font-family: Helvetica, sans-serif;
16
+ }
17
+ code {
18
+ font-family: IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;
19
+ }
20
+ a {
21
+ color: #FFA500;
22
+ }
23
+ .container {
24
+ display: flex;
25
+ justify-content: space-between; /* Ensures even space between items */
26
+ align-items: stretch; /* Ensures boxes have the same height */
27
+ width: 100%;
28
+ margin: 20px auto;
29
+ gap: 20px; /* Consistent gap between boxes */
30
+ }
31
+ .warning-box {
32
+ background-color: rgba(255, 200, 100, 0.5); /* Lighter orange with more translucency */
33
+ border-radius: 10px;
34
+ padding: 20px;
35
+ flex: 1;
36
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
37
+ font-family: Arial, sans-serif;
38
+ color: #333;
39
+ display: flex;
40
+ flex-direction: column;
41
+ justify-content: flex-start; /* Align items to the top */
42
+ }
43
+ .warning-sign {
44
+ font-weight: bold;
45
+ font-size: 1em;
46
+ margin-bottom: 10px;
47
+ }
48
+ .warning-text {
49
+ font-size: 1em;
50
+ }
51
+ .button {
52
+ display: inline-block;
53
+ padding: 10px 20px;
54
+ margin: 5px;
55
+ background-color: #FFA500;
56
+ color: white;
57
+ text-decoration: none;
58
+ border-radius: 5px;
59
+ }
60
+ .button span {
61
+ margin-right: 10px;
62
+ }
63
+ .button:hover {
64
+ background-color: #E69500;
65
+ }
66
+ .warning {
67
+ background-color: rgba(255, 165, 0, 0.2);
68
+ border-left: 5px solid #FFA500;
69
+ border-radius: 5px;
70
+ padding: 10px;
71
+ margin: 10px 0;
72
+ color: #000 !important;
73
+ }
74
+ .warning .title {
75
+ color: #FFA500;
76
+ font-weight: bold;
77
+ display: flex;
78
+ align-items: center;
79
+ }
80
+ .warning .title span {
81
+ margin-right: 10px;
82
+ }
83
+
84
+ .warning-banner {
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: start; /* Adjusted to align content to the start */
88
+ background-color: #FFCC80; /* Adjusted to a darker shade of orange for better contrast */
89
+ color: #333;
90
+ padding: 10px 30px;
91
+ border-radius: 8px;
92
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Lighter shadow for subtlety */
93
+ margin: 20px auto;
94
+ width: 95%; /* Adjust width as needed */
95
+ font-family: Helvetica, sans-serif;
96
+ }
97
+
98
+ .warning-icon {
99
+ font-size: 1.5em;
100
+ margin-right: 15px;
101
+ color: #E65100; /* Darker orange for the icon */
102
+ }
103
+
104
+ .warning-message {
105
+ font-size: 1em;
106
+ font-weight: bold;
107
+ flex: 1; /* Ensures message uses available space */
108
+ }
109
+
110
+ .warning-link {
111
+ color: #0056b3; /* Standard link color for visibility */
112
+ text-decoration: none; /* Removes underline */
113
+ }
114
+
115
+ .warning-link:hover {
116
+ text-decoration: underline; /* Adds underline on hover for better interaction */
117
+ }
118
+ </style>
119
+
120
+
121
+ <img src="tbd" style="width: 100%">
122
+
123
+ TBD main description
124
+
125
+ <br>
126
+
127
+ <br>
128
+
129
+ # Licensing
130
+
131
+ TBD
132
+
133
+ <br>
134
+
135
+ # Getting Started
136
+
137
+ TBD
138
+
139
+ <br>
140
+
141
+ <br>
142
+
143
+ ## Samples
144
+
145
+ <table class="video-table">
146
+ <tr>
147
+ <td style="width: 50%;">
148
+ <video src="https://data.matsworld.io/ucbresearch/example-real-scripted.mp4" controls></video>
149
+ <p style="text-align: center;"><b>Real: </b> Scripted</p>
150
+ </td>
151
+ <td style="width: 50%;">
152
+ <video src="https://data.matsworld.io/ucbresearch/example-real-unscripted.mp4" controls ></video>
153
+ <p style="text-align: center;"><b>Real: </b> Unscripted</p>
154
+ </td>
155
+ </tr>
156
+ <tr>
157
+ <td style="width: 50%;">
158
+ <video src="https://data.matsworld.io/ucbresearch/example-real-hand-movement.mp4" controls></video>
159
+ <p style="text-align: center;"><b>Real: </b> Hand movement</p>
160
+ </td>
161
+ <td style="width: 50%;">
162
+ <video src="https://data.matsworld.io/ucbresearch/example-real-head-movement.mp4" controls ></video>
163
+ <p style="text-align: center;"><b>Real: </b> Head movement</p>
164
+ </td>
165
+ </tr>
166
+
167
+
168
+ <tr>
169
+ <td style="width: 50%;">
170
+ <video src="https://data.matsworld.io/ucbresearch/example-fake-wav2lip.mp4" controls></video>
171
+ <p style="text-align: center;"><b>Fake: </b> Wav2Lip <i>with real voice</i></p>
172
+ </td>
173
+ <td style="width: 50%;">
174
+ <video src="http://data.matsworld.io/ucbresearch/example-fake-wav2lip-ai-voice.mp4" controls ></video>
175
+ <p style="text-align: center;"><b>Fake: </b> Wav2Lip <i>with fake voice</i></p>
176
+ </td>
177
+ </tr>
178
+ <tr>
179
+ <td style="width: 50%;">
180
+ <video src="https://data.matsworld.io/ucbresearch/example-fake-retalking.mp4" controls></video>
181
+ <p style="text-align: center;"><b>Fake: </b> ReTalking <i>with real voice</i></p>
182
+ </td>
183
+ <td style="width: 50%;">
184
+ <video src="http://data.matsworld.io/ucbresearch/example-fake-retalking-ai-voice.mp4" controls ></video>
185
+ <p style="text-align: center;"><b>Fake: </b> ReTalking <i>with fake voice</i></p>
186
+ </td>
187
+ </tr>
188
+ <tr>
189
+ <td style="width: 50%;">
190
+ <video src="https://data.matsworld.io/ucbresearch/example-fake-facefusion.mp4" controls></video>
191
+ <p style="text-align: center;"><b>Fake: </b> Face Fusion</p>
192
+ </td>
193
+ <td style="width: 50%;">
194
+ <video src="https://data.matsworld.io/ucbresearch/example-fake-facefusion-gan.mp4" controls ></video>
195
+ <p style="text-align: center;"><b>Fake: </b> Face Fusion + GAN</p>
196
+ </td>
197
+ </tr>
198
+ <tr>
199
+ <td style="width: 50%;">
200
+ <video src="https://data.matsworld.io/ucbresearch/example-fake-facefusion-live.mp4" style="width: 100%;" controls></video>
201
+ <p style="text-align: center;"><b>Fake: </b> Face Fusion Live</p>
202
+ </td>
203
+ <td style="width: 50%;">
204
+ <p></p>
205
+ </td>
206
+ </tr>
207
+ </table>