Skip to content

Commit 124b643

Browse files
committed
Add DVC-backed media prototype
0 parents  commit 124b643

27 files changed

+1354
-0
lines changed

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[core]

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/cornell_box_multimaterial
2+
/yellowflower
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
outs:
2+
- md5: 109d8e7ccc43d1ccde6296766e6be78e.dir
3+
size: 2510
4+
nfiles: 2
5+
hash: md5
6+
path: cornell_box_multimaterial
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
outs:
2+
- md5: 128b57cdbbea34d043252d62c97441c5.dir
3+
size: 115733
4+
nfiles: 3
5+
hash: md5
6+
path: yellowflower
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/00000050_trimesh_000.obj
2+
/00002012_df521a96e8fe4dc1a24e5b3e_trimesh_000.obj
3+
/00004955_d6f9da33017048c683ac514f_trimesh_019.obj
4+
/00007550_39b8753e288548acb61c7b2a_trimesh_002.obj
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
outs:
2+
- md5: e4c1ed4a75a7b462764d692856696093
3+
size: 5079522
4+
hash: md5
5+
path: 00000050_trimesh_000.obj
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
outs:
2+
- md5: e64712fc9398fc89739a6425b110df74
3+
size: 304107731
4+
hash: md5
5+
path: 00002012_df521a96e8fe4dc1a24e5b3e_trimesh_000.obj
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
outs:
2+
- md5: 2030d717ddf2a52208db92911de7a7d6
3+
size: 187699
4+
hash: md5
5+
path: 00004955_d6f9da33017048c683ac514f_trimesh_019.obj

0 commit comments

Comments
 (0)