Spaces:
Running
on
Zero
Running
on
Zero
HikariDawn777
commited on
Commit
•
7fe4b5c
1
Parent(s):
3e6b8d6
docs: sample images update
Browse files- .gitignore +46 -44
- __assets__/Bridge_example/Task1_v1_511/data.txt +2 -0
- __assets__/Bridge_example/Task1_v1_511/im_0.jpg +0 -0
- __assets__/Bridge_example/Task1_v1_511/lang.txt +1 -0
- __assets__/Bridge_example/Task1_v1_511/original_video.gif +0 -0
- __assets__/Bridge_example/Task2_v2_164/data.txt +2 -0
- __assets__/Bridge_example/Task2_v2_164/im_0.jpg +0 -0
- __assets__/Bridge_example/Task2_v2_164/lang.txt +1 -0
- __assets__/Bridge_example/Task2_v2_164/original_video.gif +0 -0
- __assets__/Bridge_example/Task3_v2_490/data.txt +2 -0
- __assets__/Bridge_example/Task3_v2_490/im_0.jpg +0 -0
- __assets__/Bridge_example/Task3_v2_490/lang.txt +1 -0
- __assets__/Bridge_example/Task3_v2_490/original_video.gif +0 -0
- __assets__/Bridge_example/Task4_v2_119/data.txt +2 -0
- __assets__/Bridge_example/Task4_v2_119/im_0.jpg +0 -0
- __assets__/Bridge_example/Task4_v2_119/lang.txt +1 -0
- __assets__/Bridge_example/Task4_v2_119/original_video.gif +0 -0
.gitignore
CHANGED
@@ -1,49 +1,51 @@
|
|
1 |
-
.ipynb_checkpoints
|
2 |
-
.idea
|
3 |
-
__pycache__
|
4 |
|
5 |
-
datasets/
|
6 |
-
tmp_imgs
|
7 |
-
runs/
|
8 |
-
runs_last/
|
9 |
-
saved_models/
|
10 |
-
pre_trained/
|
11 |
-
save_log/
|
12 |
-
diffusers/
|
13 |
-
weights/
|
14 |
-
checkpoints/
|
15 |
-
validation_videos*
|
16 |
-
pretrained/*
|
17 |
.gradio/*
|
|
|
|
|
18 |
|
19 |
*.pyc
|
20 |
-
*.sh
|
21 |
-
*.pth
|
22 |
-
*.png
|
23 |
-
*.jpg
|
24 |
-
*.mp4
|
25 |
-
*.txt
|
26 |
-
*.json
|
27 |
-
*.jsonl
|
28 |
-
*.zip
|
29 |
-
*.mp4
|
30 |
-
*.csv
|
31 |
-
*.webp
|
32 |
-
*.bin
|
33 |
-
*.pkl
|
34 |
-
*.safetensors
|
35 |
-
*.pt
|
36 |
-
*.log
|
37 |
-
events.*
|
38 |
-
*.yml
|
39 |
-
*.gif
|
40 |
-
*.npy
|
41 |
-
*.out
|
42 |
|
43 |
-
!requirements.txt
|
44 |
-
!saved_models/*.md
|
45 |
-
!LICENSE.txt
|
46 |
-
!config/*
|
47 |
-
!__assets__/*
|
48 |
-
!__assets__/Bridge_example/*
|
49 |
-
!pretrained/PUT_YOUR_WEIGHT_HERE.md
|
|
|
1 |
+
# .ipynb_checkpoints
|
2 |
+
# .idea
|
3 |
+
# __pycache__
|
4 |
|
5 |
+
# datasets/
|
6 |
+
# tmp_imgs
|
7 |
+
# runs/
|
8 |
+
# runs_last/
|
9 |
+
# saved_models/
|
10 |
+
# pre_trained/
|
11 |
+
# save_log/
|
12 |
+
# diffusers/
|
13 |
+
# weights/
|
14 |
+
# checkpoints/
|
15 |
+
# validation_videos*
|
16 |
+
# pretrained/*
|
17 |
.gradio/*
|
18 |
+
generated_results/
|
19 |
+
tmp/*
|
20 |
|
21 |
*.pyc
|
22 |
+
# *.sh
|
23 |
+
# *.pth
|
24 |
+
# *.png
|
25 |
+
# *.jpg
|
26 |
+
# *.mp4
|
27 |
+
# *.txt
|
28 |
+
# *.json
|
29 |
+
# *.jsonl
|
30 |
+
# *.zip
|
31 |
+
# *.mp4
|
32 |
+
# *.csv
|
33 |
+
# *.webp
|
34 |
+
# *.bin
|
35 |
+
# *.pkl
|
36 |
+
# *.safetensors
|
37 |
+
# *.pt
|
38 |
+
# *.log
|
39 |
+
# events.*
|
40 |
+
# *.yml
|
41 |
+
# *.gif
|
42 |
+
# *.npy
|
43 |
+
# *.out
|
44 |
|
45 |
+
# !requirements.txt
|
46 |
+
# !saved_models/*.md
|
47 |
+
# !LICENSE.txt
|
48 |
+
# !config/*
|
49 |
+
# !__assets__/*
|
50 |
+
# !__assets__/Bridge_example/*
|
51 |
+
# !pretrained/PUT_YOUR_WEIGHT_HERE.md
|
__assets__/Bridge_example/Task1_v1_511/data.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
6 334.76702880859375 243.71837921142577
|
2 |
+
11 364 375
|
__assets__/Bridge_example/Task1_v1_511/im_0.jpg
ADDED
__assets__/Bridge_example/Task1_v1_511/lang.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
take carrot out of pot cardboard fence
|
__assets__/Bridge_example/Task1_v1_511/original_video.gif
ADDED
__assets__/Bridge_example/Task2_v2_164/data.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
5 445.4184265136719 360.13565826416016
|
2 |
+
10 352.0187683105469 261.4062843322754
|
__assets__/Bridge_example/Task2_v2_164/im_0.jpg
ADDED
__assets__/Bridge_example/Task2_v2_164/lang.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
put the yellow cube on top of the blue cube
|
__assets__/Bridge_example/Task2_v2_164/original_video.gif
ADDED
__assets__/Bridge_example/Task3_v2_490/data.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
5 93.10401916503906 301.494140625
|
2 |
+
9 235.30075 177.72735595703125
|
__assets__/Bridge_example/Task3_v2_490/im_0.jpg
ADDED
__assets__/Bridge_example/Task3_v2_490/lang.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
fold the cloth from the bottom left to top right
|
__assets__/Bridge_example/Task3_v2_490/original_video.gif
ADDED
__assets__/Bridge_example/Task4_v2_119/data.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
7 376.72137451171875 227.13526916503906
|
2 |
+
10 251.1848907470703 212.33733749389648
|
__assets__/Bridge_example/Task4_v2_119/im_0.jpg
ADDED
__assets__/Bridge_example/Task4_v2_119/lang.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Open the drawer
|
__assets__/Bridge_example/Task4_v2_119/original_video.gif
ADDED