Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,36 @@
|
|
1 |
-
# Locomotion - Onnx DirectML Optimized
|
2 |
-
|
3 |
-
## Amuse
|
4 |
-
https://www.amuse-ai.com/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Locomotion - Onnx DirectML Optimized
|
2 |
+
|
3 |
+
## Amuse
|
4 |
+
https://www.amuse-ai.com/
|
5 |
+
|
6 |
+
## Samples
|
7 |
+
<table>
|
8 |
+
<tr class="image-row">
|
9 |
+
<td>
|
10 |
+
<video controls>
|
11 |
+
<source src="Sample.mp4" type="video/mp4">
|
12 |
+
</video>
|
13 |
+
</td>
|
14 |
+
<td>
|
15 |
+
<video controls>
|
16 |
+
<source src="Sample2.mp4" type="video/mp4">
|
17 |
+
</video>
|
18 |
+
</td>
|
19 |
+
<td>
|
20 |
+
<video controls>
|
21 |
+
<source src="Sample3.mp4" type="video/mp4">
|
22 |
+
</video>
|
23 |
+
</td>
|
24 |
+
<td>
|
25 |
+
<video controls>
|
26 |
+
<source src="Sample4.mp4" type="video/mp4">
|
27 |
+
</video>
|
28 |
+
</td>
|
29 |
+
</tr>
|
30 |
+
<tr class="text-row">
|
31 |
+
<th>A cute happy Corgi playing in park.</th>
|
32 |
+
<th>A cute raccoon playing guitar in the beach.</th>
|
33 |
+
<th>A quiet beach at dawn and the waves gently lapping.</th>
|
34 |
+
<th>Black and white street photography of a rainy night in New York, reflections on wet pavement</th>
|
35 |
+
</tr>
|
36 |
+
</table>
|