Ian824 commited on
Commit
2a936b7
·
verified ·
1 Parent(s): 6545bdb

Upload BlenderFiles/citystreet with huggingface_hub

Browse files
BlenderFiles/citystreet/citystreet.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed3ad8d632a812b371e70b327a4d7bf8cdbaa85e26350d39316f08d9f968937
3
+ size 584058604
BlenderFiles/citystreet/citystreet_back.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2543ab5196e8c0d51eff9998c91a0453921b7bd195d8a82abe04d315d92dc2c3
3
+ size 101792
BlenderFiles/citystreet/citystreet_back_depth.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab62a6c421b3db20cfbe3e5759c11b56822841cac600f4a3e99f76f4c38fd53
3
+ size 106090
BlenderFiles/citystreet/citystreet_far.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa36ec2b2c79f426c6e53ad0ff63b68d05f0ce5acb490cb0d112ce272e6ad8e
3
+ size 99945
BlenderFiles/citystreet/citystreet_far_depth.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d11cf743764e860f9695d55c03fb1e1b4c85892efc78af975430b1396c8a2b
3
+ size 103225
BlenderFiles/citystreet/citystreet_front.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd3f2974c0b0ae6aad16985551ad22b26c3db508e314e6c27ce7362f51ae300
3
+ size 100280
BlenderFiles/citystreet/citystreet_front_depth.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381bc3fbc57351fe713dfe6f9a7550c78a3ad612e93fc8d09135c70c99ddf494
3
+ size 104484
BlenderFiles/citystreet/citystreet_sideinner.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3db0041ca565dffdcbdecd6266dcf44470b147c72f85288f9c70a4b0f37fef
3
+ size 120388
BlenderFiles/citystreet/citystreet_sideinner_depth.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce6f3d8bdfc4e0df1cc4363c1cc806060b255dcb7f2cf4d0cf7e060d37baf93
3
+ size 122846
BlenderFiles/citystreet/citystreet_sideleft.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221da9eb1eccfc2e9b4b558ede35b7f5b825e8b7df09559f8350fc5fbc6d1b5d
3
+ size 97996
BlenderFiles/citystreet/citystreet_sideleft_depth.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a640db48d3c8d424671c4d8a70e632b9d010758e7a8cd176f3f47dd5496cd6
3
+ size 101352
BlenderFiles/citystreet/citystreet_sideright.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c172d4d017d5c2acca387311c275ad87952fef9014425aa309658ef436f9ee
3
+ size 102101
BlenderFiles/citystreet/citystreet_sideright_depth.blend ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1383c5ad79da89c59e95939676e67ad0a85413f4c77343edc01f855f4a025584
3
+ size 106950
BlenderFiles/citystreet/render.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ dataRoot=/data # Your Data Root
2
+ resultRoot=${dataRoot}/source
3
+ scene=citystreet
4
+ sequences=(far front back sideinner sideleft sideright) # All Sequences
5
+ for sequence in ${sequences[@]}
6
+ do
7
+ blender -b ${scene}_${sequence}.blend -o ${resultRoot}/${scene}/${sequence}/background/frame_#### -F JPEG -s 10 -e 250 -j 10 -a -- cycles-device CUDA
8
+ done
BlenderFiles/citystreet/renderDepth.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ dataRoot=/data # Your Data Root
2
+ resultRoot=${dataRoot}/source
3
+ scene=citystreet
4
+ sequences=(far front back sideinner sideleft sideright) # All Sequences
5
+ for sequence in ${sequences[@]}
6
+ do
7
+ blender -b ${scene}_${sequence}_depth.blend -E BLENDER_EEVEE -o ${resultRoot}/${scene}/${sequence}/depth/frame_#### -F PNG -s 10 -e 250 -j 10 -a
8
+ done