Initial dataset release
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +7 -0
- bpy_render_views.py +272 -0
- chair/easy/esim.bag +3 -0
- chair/easy/esim.conf +59 -0
- chair/hard/esim.bag +3 -0
- chair/hard/esim.conf +59 -0
- chair/medium/esim.bag +3 -0
- chair/medium/esim.conf +59 -0
- chair/views/test/depth/r_0.exr +3 -0
- chair/views/test/depth/r_1.exr +3 -0
- chair/views/test/depth/r_10.exr +3 -0
- chair/views/test/depth/r_100.exr +3 -0
- chair/views/test/depth/r_101.exr +3 -0
- chair/views/test/depth/r_102.exr +3 -0
- chair/views/test/depth/r_103.exr +3 -0
- chair/views/test/depth/r_104.exr +3 -0
- chair/views/test/depth/r_105.exr +3 -0
- chair/views/test/depth/r_106.exr +3 -0
- chair/views/test/depth/r_107.exr +3 -0
- chair/views/test/depth/r_108.exr +3 -0
- chair/views/test/depth/r_109.exr +3 -0
- chair/views/test/depth/r_11.exr +3 -0
- chair/views/test/depth/r_110.exr +3 -0
- chair/views/test/depth/r_111.exr +3 -0
- chair/views/test/depth/r_112.exr +3 -0
- chair/views/test/depth/r_113.exr +3 -0
- chair/views/test/depth/r_114.exr +3 -0
- chair/views/test/depth/r_115.exr +3 -0
- chair/views/test/depth/r_116.exr +3 -0
- chair/views/test/depth/r_117.exr +3 -0
- chair/views/test/depth/r_118.exr +3 -0
- chair/views/test/depth/r_119.exr +3 -0
- chair/views/test/depth/r_12.exr +3 -0
- chair/views/test/depth/r_120.exr +3 -0
- chair/views/test/depth/r_121.exr +3 -0
- chair/views/test/depth/r_122.exr +3 -0
- chair/views/test/depth/r_123.exr +3 -0
- chair/views/test/depth/r_124.exr +3 -0
- chair/views/test/depth/r_125.exr +3 -0
- chair/views/test/depth/r_126.exr +3 -0
- chair/views/test/depth/r_127.exr +3 -0
- chair/views/test/depth/r_128.exr +3 -0
- chair/views/test/depth/r_129.exr +3 -0
- chair/views/test/depth/r_13.exr +3 -0
- chair/views/test/depth/r_130.exr +3 -0
- chair/views/test/depth/r_131.exr +3 -0
- chair/views/test/depth/r_132.exr +3 -0
- chair/views/test/depth/r_133.exr +3 -0
- chair/views/test/depth/r_134.exr +3 -0
- chair/views/test/depth/r_135.exr +3 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
|
| 57 |
+
# Blend files
|
| 58 |
+
*.blend filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
# Image files
|
| 60 |
+
*.exr filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
# ROS bags
|
| 62 |
+
*.bag filter=lfs diff=lfs merge=lfs -text
|
bpy_render_views.py
ADDED
|
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Adapted from `360_view.py` & `360_view_test.py` in the original NeRF synthetic
|
| 3 |
+
Blender dataset blend-files.
|
| 4 |
+
"""
|
| 5 |
+
import argparse
|
| 6 |
+
import os
|
| 7 |
+
import json
|
| 8 |
+
from math import radians
|
| 9 |
+
import bpy
|
| 10 |
+
import numpy as np
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
COLOR_SPACES = [ "display", "linear" ]
|
| 14 |
+
DEVICES = [ "cpu", "cuda", "optix" ]
|
| 15 |
+
|
| 16 |
+
CIRCLE_FIXED_START = ( 0, 0, 0 )
|
| 17 |
+
CIRCLE_FIXED_END = ( .7, 0, 0 )
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
def listify_matrix(matrix):
|
| 21 |
+
matrix_list = []
|
| 22 |
+
for row in matrix:
|
| 23 |
+
matrix_list.append(list(row))
|
| 24 |
+
return matrix_list
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
def parent_obj_to_camera(b_camera):
|
| 28 |
+
origin = (0, 0, 0)
|
| 29 |
+
b_empty = bpy.data.objects.new("Empty", None)
|
| 30 |
+
b_empty.location = origin
|
| 31 |
+
b_camera.parent = b_empty # setup parenting
|
| 32 |
+
|
| 33 |
+
scn = bpy.context.scene
|
| 34 |
+
scn.collection.objects.link(b_empty)
|
| 35 |
+
bpy.context.view_layer.objects.active = b_empty
|
| 36 |
+
|
| 37 |
+
return b_empty
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
def main(args):
|
| 41 |
+
# open the scene blend-file
|
| 42 |
+
bpy.ops.wm.open_mainfile(filepath=args.blend_path)
|
| 43 |
+
|
| 44 |
+
# initialize render settings
|
| 45 |
+
scene = bpy.data.scenes["Scene"]
|
| 46 |
+
scene.render.engine = "CYCLES"
|
| 47 |
+
scene.render.use_persistent_data = True
|
| 48 |
+
|
| 49 |
+
if args.device == "cpu":
|
| 50 |
+
bpy.context.preferences.addons["cycles"].preferences \
|
| 51 |
+
.compute_device_type = "NONE"
|
| 52 |
+
bpy.context.scene.cycles.device = "CPU"
|
| 53 |
+
elif args.device == "cuda":
|
| 54 |
+
bpy.context.preferences.addons["cycles"].preferences \
|
| 55 |
+
.compute_device_type = "CUDA"
|
| 56 |
+
bpy.context.scene.cycles.device = "GPU"
|
| 57 |
+
elif args.device == "optix":
|
| 58 |
+
bpy.context.preferences.addons["cycles"].preferences \
|
| 59 |
+
.compute_device_type = "OPTIX"
|
| 60 |
+
bpy.context.scene.cycles.device = "GPU"
|
| 61 |
+
bpy.context.preferences.addons["cycles"].preferences.get_devices()
|
| 62 |
+
|
| 63 |
+
# initialize compositing nodes
|
| 64 |
+
scene.view_layers[0].use_pass_combined = True
|
| 65 |
+
scene.use_nodes = True
|
| 66 |
+
tree = scene.node_tree
|
| 67 |
+
|
| 68 |
+
if args.depth:
|
| 69 |
+
scene.view_layers[0].use_pass_z = True
|
| 70 |
+
combine_color = tree.nodes.new("CompositorNodeCombineColor")
|
| 71 |
+
depth_output = tree.nodes.new("CompositorNodeOutputFile")
|
| 72 |
+
if args.normal:
|
| 73 |
+
scene.view_layers[0].use_pass_normal = True
|
| 74 |
+
normal_output = tree.nodes.new("CompositorNodeOutputFile")
|
| 75 |
+
if args.depth or args.normal:
|
| 76 |
+
render_layers = tree.nodes.new("CompositorNodeRLayers")
|
| 77 |
+
|
| 78 |
+
# initialize RGB render image output settings
|
| 79 |
+
scene.render.filepath = args.renders_path
|
| 80 |
+
scene.render.use_file_extension = True
|
| 81 |
+
scene.render.use_overwrite = True
|
| 82 |
+
scene.render.image_settings.color_mode = "RGBA"
|
| 83 |
+
|
| 84 |
+
if args.color_space == "display":
|
| 85 |
+
scene.render.image_settings.file_format = "PNG"
|
| 86 |
+
scene.render.image_settings.color_depth = "8"
|
| 87 |
+
scene.render.image_settings.color_management = "FOLLOW_SCENE"
|
| 88 |
+
elif args.color_space == "linear":
|
| 89 |
+
scene.render.image_settings.file_format = "OPEN_EXR"
|
| 90 |
+
scene.render.image_settings.color_depth = "32"
|
| 91 |
+
scene.render.image_settings.use_zbuffer = False
|
| 92 |
+
|
| 93 |
+
if args.depth:
|
| 94 |
+
# initialize depth render image output settings
|
| 95 |
+
depth_output.base_path = os.path.join(args.renders_path, "depth")
|
| 96 |
+
depth_output.file_slots[0].use_node_format = True
|
| 97 |
+
scene.frame_set(0)
|
| 98 |
+
|
| 99 |
+
depth_output.format.file_format = "OPEN_EXR"
|
| 100 |
+
depth_output.format.color_mode = "RGB"
|
| 101 |
+
depth_output.format.color_depth = "32"
|
| 102 |
+
depth_output.format.exr_codec = "NONE"
|
| 103 |
+
depth_output.format.use_zbuffer = False
|
| 104 |
+
|
| 105 |
+
# link compositing nodes
|
| 106 |
+
links = tree.links
|
| 107 |
+
|
| 108 |
+
# output depth img (RGB img is output via the existing composite node)
|
| 109 |
+
combine_color.mode = "RGB"
|
| 110 |
+
links.new(render_layers.outputs["Depth"], combine_color.inputs["Red"])
|
| 111 |
+
combine_color.inputs["Green"].default_value = 0
|
| 112 |
+
combine_color.inputs["Blue"].default_value = 0
|
| 113 |
+
combine_color.inputs["Alpha"].default_value = 1
|
| 114 |
+
|
| 115 |
+
links.new(combine_color.outputs["Image"], depth_output.inputs["Image"])
|
| 116 |
+
|
| 117 |
+
if args.normal:
|
| 118 |
+
# initialize normal render image output settings
|
| 119 |
+
normal_output.base_path = os.path.join(args.renders_path, "normal")
|
| 120 |
+
normal_output.file_slots[0].use_node_format = True
|
| 121 |
+
scene.frame_set(0)
|
| 122 |
+
|
| 123 |
+
normal_output.format.file_format = "OPEN_EXR"
|
| 124 |
+
normal_output.format.color_mode = "RGB"
|
| 125 |
+
normal_output.format.color_depth = "32"
|
| 126 |
+
normal_output.format.exr_codec = "NONE"
|
| 127 |
+
normal_output.format.use_zbuffer = False
|
| 128 |
+
|
| 129 |
+
# link compositing nodes
|
| 130 |
+
links = tree.links
|
| 131 |
+
|
| 132 |
+
# output normal img (RGB img is output via the existing composite node)
|
| 133 |
+
combine_color.mode = "RGB"
|
| 134 |
+
links.new(render_layers.outputs["Normal"],
|
| 135 |
+
normal_output.inputs["Image"])
|
| 136 |
+
|
| 137 |
+
# initialize camera settings
|
| 138 |
+
scene.render.dither_intensity = 0.0
|
| 139 |
+
scene.render.film_transparent = True
|
| 140 |
+
scene.render.resolution_percentage = 100
|
| 141 |
+
scene.render.resolution_x = args.resolution[0]
|
| 142 |
+
scene.render.resolution_y = args.resolution[1]
|
| 143 |
+
|
| 144 |
+
cam = bpy.data.objects["Camera"]
|
| 145 |
+
cam.location = (0, 4.0, 0.5)
|
| 146 |
+
cam.rotation_mode = "XYZ"
|
| 147 |
+
cam_constraint = cam.constraints.new(type="TRACK_TO")
|
| 148 |
+
cam_constraint.track_axis = "TRACK_NEGATIVE_Z"
|
| 149 |
+
cam_constraint.up_axis = "UP_Y"
|
| 150 |
+
b_empty = parent_obj_to_camera(cam)
|
| 151 |
+
cam_constraint.target = b_empty
|
| 152 |
+
|
| 153 |
+
# preprocess & derive paths
|
| 154 |
+
args.renders_path = os.path.normpath(args.renders_path) # remove trailing slashes
|
| 155 |
+
folder_name = os.path.basename(args.renders_path)
|
| 156 |
+
renders_parent_path = os.path.dirname(args.renders_path)
|
| 157 |
+
transforms_path = os.path.join(
|
| 158 |
+
renders_parent_path, f"transforms_{folder_name}.json"
|
| 159 |
+
)
|
| 160 |
+
|
| 161 |
+
# render novel views
|
| 162 |
+
stepsize = 360.0 / args.num_views
|
| 163 |
+
if not args.random_views:
|
| 164 |
+
vertical_diff = CIRCLE_FIXED_END[0] - CIRCLE_FIXED_START[0]
|
| 165 |
+
b_empty.rotation_euler = CIRCLE_FIXED_START
|
| 166 |
+
b_empty.rotation_euler[0] = CIRCLE_FIXED_START[0] + vertical_diff
|
| 167 |
+
|
| 168 |
+
out_data = {
|
| 169 |
+
"camera_angle_x": cam.data.angle_x,
|
| 170 |
+
"frames": []
|
| 171 |
+
}
|
| 172 |
+
for i in range(0, args.num_views):
|
| 173 |
+
if args.random_views:
|
| 174 |
+
if args.upper_views:
|
| 175 |
+
rot = np.random.uniform(0, 1, size=3) * (1,0,2*np.pi)
|
| 176 |
+
rot[0] = np.abs(np.arccos(1 - 2 * rot[0]) - np.pi/2)
|
| 177 |
+
b_empty.rotation_euler = rot
|
| 178 |
+
else:
|
| 179 |
+
b_empty.rotation_euler = np.random.uniform(0, 2*np.pi, size=3)
|
| 180 |
+
else:
|
| 181 |
+
print("Rotation {}, {}".format((stepsize * i), radians(stepsize * i)))
|
| 182 |
+
|
| 183 |
+
scene.render.filepath = os.path.join(args.renders_path, f"r_{i}")
|
| 184 |
+
if args.depth:
|
| 185 |
+
depth_output.file_slots[0].path = f"r_{i}"
|
| 186 |
+
if args.normal:
|
| 187 |
+
normal_output.file_slots[0].path = f"r_{i}"
|
| 188 |
+
bpy.ops.render.render(write_still=True)
|
| 189 |
+
|
| 190 |
+
# remove the "0000" suffix in the depth & normal map filenames
|
| 191 |
+
if args.depth:
|
| 192 |
+
os.rename(os.path.join(depth_output.base_path, f"r_{i}0000.exr"),
|
| 193 |
+
os.path.join(depth_output.base_path, f"r_{i}.exr"))
|
| 194 |
+
if args.normal:
|
| 195 |
+
os.rename(os.path.join(normal_output.base_path, f"r_{i}0000.exr"),
|
| 196 |
+
os.path.join(normal_output.base_path, f"r_{i}.exr"))
|
| 197 |
+
|
| 198 |
+
frame_data = {
|
| 199 |
+
"file_path": os.path.join(".", os.path.relpath(
|
| 200 |
+
scene.render.filepath, start=renders_parent_path
|
| 201 |
+
)),
|
| 202 |
+
"rotation": radians(stepsize),
|
| 203 |
+
"transform_matrix": listify_matrix(cam.matrix_world)
|
| 204 |
+
}
|
| 205 |
+
out_data["frames"].append(frame_data)
|
| 206 |
+
|
| 207 |
+
if args.random_views:
|
| 208 |
+
if args.upper_views:
|
| 209 |
+
rot = np.random.uniform(0, 1, size=3) * (1,0,2*np.pi)
|
| 210 |
+
rot[0] = np.abs(np.arccos(1 - 2 * rot[0]) - np.pi/2)
|
| 211 |
+
b_empty.rotation_euler = rot
|
| 212 |
+
else:
|
| 213 |
+
b_empty.rotation_euler = np.random.uniform(0, 2*np.pi, size=3)
|
| 214 |
+
else:
|
| 215 |
+
b_empty.rotation_euler[0] = (
|
| 216 |
+
CIRCLE_FIXED_START[0]
|
| 217 |
+
+ (np.cos(radians(stepsize*i))+1)/2 * vertical_diff
|
| 218 |
+
)
|
| 219 |
+
b_empty.rotation_euler[2] += radians(2*stepsize)
|
| 220 |
+
|
| 221 |
+
with open(transforms_path, "w") as out_file:
|
| 222 |
+
json.dump(out_data, out_file, indent=4)
|
| 223 |
+
|
| 224 |
+
|
| 225 |
+
if __name__ == "__main__":
|
| 226 |
+
parser = argparse.ArgumentParser(
|
| 227 |
+
description=("Script for rendering novel views of"
|
| 228 |
+
" synthetic Blender scenes.")
|
| 229 |
+
)
|
| 230 |
+
parser.add_argument(
|
| 231 |
+
"blend_path", type=str,
|
| 232 |
+
help="Path to the blend-file of the synthetic Blender scene."
|
| 233 |
+
)
|
| 234 |
+
parser.add_argument(
|
| 235 |
+
"renders_path", type=str,
|
| 236 |
+
help="Desired path to the novel view renders."
|
| 237 |
+
)
|
| 238 |
+
parser.add_argument(
|
| 239 |
+
"num_views", type=int,
|
| 240 |
+
help="Number of novel view renders."
|
| 241 |
+
)
|
| 242 |
+
parser.add_argument(
|
| 243 |
+
"resolution", type=int, nargs=2,
|
| 244 |
+
help="Image resolution of the novel view renders."
|
| 245 |
+
)
|
| 246 |
+
parser.add_argument(
|
| 247 |
+
"--color_space", type=str, choices=COLOR_SPACES, default="display",
|
| 248 |
+
help="Color space of the output novel view images."
|
| 249 |
+
)
|
| 250 |
+
parser.add_argument(
|
| 251 |
+
"--device", type=str, choices=DEVICES, default="cpu",
|
| 252 |
+
help="Compute device type for rendering."
|
| 253 |
+
)
|
| 254 |
+
parser.add_argument(
|
| 255 |
+
"--random_views", action="store_true",
|
| 256 |
+
help="Randomly sample novel views."
|
| 257 |
+
)
|
| 258 |
+
parser.add_argument(
|
| 259 |
+
"--upper_views", action="store_true",
|
| 260 |
+
help="Only sample novel views from the upper hemisphere."
|
| 261 |
+
)
|
| 262 |
+
parser.add_argument(
|
| 263 |
+
"--depth", action="store_true",
|
| 264 |
+
help="Render depth maps too."
|
| 265 |
+
)
|
| 266 |
+
parser.add_argument(
|
| 267 |
+
"--normal", action="store_true",
|
| 268 |
+
help="Render normal maps too."
|
| 269 |
+
)
|
| 270 |
+
args = parser.parse_args()
|
| 271 |
+
|
| 272 |
+
main(args)
|
chair/easy/esim.bag
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a24742eeb3723e0b17013fc4df09a0787176c578616726dbe6ec453e3a00448
|
| 3 |
+
size 17489346921
|
chair/easy/esim.conf
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--vmodule=data_provider_online_render=0
|
| 2 |
+
--random_seed=50
|
| 3 |
+
--data_source=0
|
| 4 |
+
--path_to_output_bag=/data/wflow/datasets/deblur-e-nerf/chair/easy/esim.bag
|
| 5 |
+
|
| 6 |
+
--contrast_threshold_pos=0.25
|
| 7 |
+
--contrast_threshold_neg=0.25
|
| 8 |
+
--contrast_threshold_sigma_pos=0
|
| 9 |
+
--contrast_threshold_sigma_neg=0
|
| 10 |
+
--refractory_period_ns=0
|
| 11 |
+
--leak_rate_hz=0
|
| 12 |
+
|
| 13 |
+
# DVS128 nominal biases
|
| 14 |
+
--I_p_to_intensity_ratio_fa=200000
|
| 15 |
+
--dark_current_fa=4
|
| 16 |
+
--amplifier_gain=140
|
| 17 |
+
--back_gate_coeff=0.7
|
| 18 |
+
--thermal_voltage_mv=25
|
| 19 |
+
--photodiode_cap_ff=35
|
| 20 |
+
--miller_cap_ff=0.6
|
| 21 |
+
--output_time_const_us=1815
|
| 22 |
+
--lower_cutoff_freq_hz=0.01
|
| 23 |
+
--sf_cutoff_freq_hz=3122
|
| 24 |
+
--diff_amp_cutoff_freq_hz=16000
|
| 25 |
+
|
| 26 |
+
--exposure_time_ms=0.0
|
| 27 |
+
--use_log_image=1
|
| 28 |
+
--log_eps=0.00196078431
|
| 29 |
+
# 0.5/255
|
| 30 |
+
--simulate_color_events=true
|
| 31 |
+
|
| 32 |
+
--calib_filename=/data/wflow/datasets/deblur-e-nerf/pinhole_mono_nodistort_f=1111.yaml
|
| 33 |
+
|
| 34 |
+
--renderer_type=4
|
| 35 |
+
--blend_file=/data/wflow/datasets/deblur-e-nerf/scenes/chair.blend
|
| 36 |
+
--blender_bridge_port=5555
|
| 37 |
+
--blender_render_device_type=2
|
| 38 |
+
--blender_render_device_id=5
|
| 39 |
+
--blender_interm_color_space=0
|
| 40 |
+
--blender_interm_rgba_file=/tmp/esim_blender_rgba_chair-easy
|
| 41 |
+
--blender_interm_depth_file=/tmp/esim_blender_depth_chair-easy
|
| 42 |
+
|
| 43 |
+
--trajectory_type=1
|
| 44 |
+
--trajectory_spline_order=5
|
| 45 |
+
--trajectory_num_spline_segments=400
|
| 46 |
+
--trajectory_lambda=0.0
|
| 47 |
+
--trajectory_csv_file=/data/wflow/datasets/deblur-e-nerf/hemisphere_spiral-rev=4-rps=0.25.csv
|
| 48 |
+
--trajectory_csv_file_rotation_repr=1
|
| 49 |
+
|
| 50 |
+
--simulation_minimum_framerate=50.0
|
| 51 |
+
--simulation_imu_rate=1000.0
|
| 52 |
+
--simulation_adaptive_sampling_method=1
|
| 53 |
+
--simulation_adaptive_sampling_lambda=0.5
|
| 54 |
+
|
| 55 |
+
--ros_publisher_frame_rate=250
|
| 56 |
+
--ros_publisher_depth_rate=10
|
| 57 |
+
--ros_publisher_optic_flow_rate=10
|
| 58 |
+
--ros_publisher_pointcloud_rate=10
|
| 59 |
+
--ros_publisher_camera_info_rate=10
|
chair/hard/esim.bag
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b975bd94099be9131013afbb2957f9363cf184a4fa169fbc3972d406fc9335a
|
| 3 |
+
size 634799732
|
chair/hard/esim.conf
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--vmodule=data_provider_online_render=0
|
| 2 |
+
--random_seed=50
|
| 3 |
+
--data_source=0
|
| 4 |
+
--path_to_output_bag=/data/wflow/datasets/deblur-e-nerf/chair/hard/esim.bag
|
| 5 |
+
|
| 6 |
+
--contrast_threshold_pos=0.25
|
| 7 |
+
--contrast_threshold_neg=0.25
|
| 8 |
+
--contrast_threshold_sigma_pos=0
|
| 9 |
+
--contrast_threshold_sigma_neg=0
|
| 10 |
+
--refractory_period_ns=0
|
| 11 |
+
--leak_rate_hz=0
|
| 12 |
+
|
| 13 |
+
# DVS128 nominal biases
|
| 14 |
+
--I_p_to_intensity_ratio_fa=20
|
| 15 |
+
--dark_current_fa=4
|
| 16 |
+
--amplifier_gain=140
|
| 17 |
+
--back_gate_coeff=0.7
|
| 18 |
+
--thermal_voltage_mv=25
|
| 19 |
+
--photodiode_cap_ff=35
|
| 20 |
+
--miller_cap_ff=0.6
|
| 21 |
+
--output_time_const_us=1815
|
| 22 |
+
--lower_cutoff_freq_hz=0.01
|
| 23 |
+
--sf_cutoff_freq_hz=3122
|
| 24 |
+
--diff_amp_cutoff_freq_hz=16000
|
| 25 |
+
|
| 26 |
+
--exposure_time_ms=0.0
|
| 27 |
+
--use_log_image=1
|
| 28 |
+
--log_eps=0.00196078431
|
| 29 |
+
# 0.5/255
|
| 30 |
+
--simulate_color_events=true
|
| 31 |
+
|
| 32 |
+
--calib_filename=/data/wflow/datasets/deblur-e-nerf/pinhole_mono_nodistort_f=1111.yaml
|
| 33 |
+
|
| 34 |
+
--renderer_type=4
|
| 35 |
+
--blend_file=/data/wflow/datasets/deblur-e-nerf/scenes/chair.blend
|
| 36 |
+
--blender_bridge_port=5555
|
| 37 |
+
--blender_render_device_type=2
|
| 38 |
+
--blender_render_device_id=5
|
| 39 |
+
--blender_interm_color_space=0
|
| 40 |
+
--blender_interm_rgba_file=/tmp/esim_blender_rgba_chair-hard
|
| 41 |
+
--blender_interm_depth_file=/tmp/esim_blender_depth_chair-hard
|
| 42 |
+
|
| 43 |
+
--trajectory_type=1
|
| 44 |
+
--trajectory_spline_order=5
|
| 45 |
+
--trajectory_num_spline_segments=400
|
| 46 |
+
--trajectory_lambda=0.0
|
| 47 |
+
--trajectory_csv_file=/data/wflow/datasets/deblur-e-nerf/hemisphere_spiral-rev=4-rps=8.csv
|
| 48 |
+
--trajectory_csv_file_rotation_repr=1
|
| 49 |
+
|
| 50 |
+
--simulation_minimum_framerate=50.0
|
| 51 |
+
--simulation_imu_rate=1000.0
|
| 52 |
+
--simulation_adaptive_sampling_method=1
|
| 53 |
+
--simulation_adaptive_sampling_lambda=0.5
|
| 54 |
+
|
| 55 |
+
--ros_publisher_frame_rate=250
|
| 56 |
+
--ros_publisher_depth_rate=10
|
| 57 |
+
--ros_publisher_optic_flow_rate=10
|
| 58 |
+
--ros_publisher_pointcloud_rate=10
|
| 59 |
+
--ros_publisher_camera_info_rate=10
|
chair/medium/esim.bag
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e60e8049732f27732b537fa630b9755e479a60b1aacdead388c4cbf9ffa82d19
|
| 3 |
+
size 3836862957
|
chair/medium/esim.conf
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--vmodule=data_provider_online_render=0
|
| 2 |
+
--random_seed=50
|
| 3 |
+
--data_source=0
|
| 4 |
+
--path_to_output_bag=/data/wflow/datasets/deblur-e-nerf/chair/medium/esim.bag
|
| 5 |
+
|
| 6 |
+
--contrast_threshold_pos=0.25
|
| 7 |
+
--contrast_threshold_neg=0.25
|
| 8 |
+
--contrast_threshold_sigma_pos=0
|
| 9 |
+
--contrast_threshold_sigma_neg=0
|
| 10 |
+
--refractory_period_ns=0
|
| 11 |
+
--leak_rate_hz=0
|
| 12 |
+
|
| 13 |
+
# DVS128 nominal biases
|
| 14 |
+
--I_p_to_intensity_ratio_fa=2000
|
| 15 |
+
--dark_current_fa=4
|
| 16 |
+
--amplifier_gain=140
|
| 17 |
+
--back_gate_coeff=0.7
|
| 18 |
+
--thermal_voltage_mv=25
|
| 19 |
+
--photodiode_cap_ff=35
|
| 20 |
+
--miller_cap_ff=0.6
|
| 21 |
+
--output_time_const_us=1815
|
| 22 |
+
--lower_cutoff_freq_hz=0.01
|
| 23 |
+
--sf_cutoff_freq_hz=3122
|
| 24 |
+
--diff_amp_cutoff_freq_hz=16000
|
| 25 |
+
|
| 26 |
+
--exposure_time_ms=0.0
|
| 27 |
+
--use_log_image=1
|
| 28 |
+
--log_eps=0.00196078431
|
| 29 |
+
# 0.5/255
|
| 30 |
+
--simulate_color_events=true
|
| 31 |
+
|
| 32 |
+
--calib_filename=/data/wflow/datasets/deblur-e-nerf/pinhole_mono_nodistort_f=1111.yaml
|
| 33 |
+
|
| 34 |
+
--renderer_type=4
|
| 35 |
+
--blend_file=/data/wflow/datasets/deblur-e-nerf/scenes/chair.blend
|
| 36 |
+
--blender_bridge_port=5557
|
| 37 |
+
--blender_render_device_type=2
|
| 38 |
+
--blender_render_device_id=7
|
| 39 |
+
--blender_interm_color_space=0
|
| 40 |
+
--blender_interm_rgba_file=/tmp/esim_blender_rgba_chair-medium
|
| 41 |
+
--blender_interm_depth_file=/tmp/esim_blender_depth_chair-medium
|
| 42 |
+
|
| 43 |
+
--trajectory_type=1
|
| 44 |
+
--trajectory_spline_order=5
|
| 45 |
+
--trajectory_num_spline_segments=400
|
| 46 |
+
--trajectory_lambda=0.0
|
| 47 |
+
--trajectory_csv_file=/data/wflow/datasets/deblur-e-nerf/hemisphere_spiral-rev=4-rps=2.csv
|
| 48 |
+
--trajectory_csv_file_rotation_repr=1
|
| 49 |
+
|
| 50 |
+
--simulation_minimum_framerate=50.0
|
| 51 |
+
--simulation_imu_rate=1000.0
|
| 52 |
+
--simulation_adaptive_sampling_method=1
|
| 53 |
+
--simulation_adaptive_sampling_lambda=0.5
|
| 54 |
+
|
| 55 |
+
--ros_publisher_frame_rate=250
|
| 56 |
+
--ros_publisher_depth_rate=10
|
| 57 |
+
--ros_publisher_optic_flow_rate=10
|
| 58 |
+
--ros_publisher_pointcloud_rate=10
|
| 59 |
+
--ros_publisher_camera_info_rate=10
|
chair/views/test/depth/r_0.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_1.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_10.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_100.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_101.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_102.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_103.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_104.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_105.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_106.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_107.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_108.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_109.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_11.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_110.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_111.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_112.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_113.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_114.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_115.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_116.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_117.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_118.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_119.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_12.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_120.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_121.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_122.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_123.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_124.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_125.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_126.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_127.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_128.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_129.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_13.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_130.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_131.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_132.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_133.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_134.exr
ADDED
|
|
Git LFS Details
|
chair/views/test/depth/r_135.exr
ADDED
|
|
Git LFS Details
|