Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blender projects for the datasets #3

Open
SeanGuo063 opened this issue Jul 28, 2021 · 4 comments
Open

blender projects for the datasets #3

SeanGuo063 opened this issue Jul 28, 2021 · 4 comments

Comments

@SeanGuo063
Copy link

Hi, this is a really great work on dynamic scenes! The datasets you provided are really cool and I believe they are generated using blender, right? Can you share the blender project files you used to generate these datasets, as I am really interested to explore some other scenarios of dynamic scenes. Thank you very much!

@robot0321
Copy link

if you check the blend files from NeRF dataset, you can control the scene using 'Controlpanel' by adjusting the value of 'Location Z'. I'm also a newbie in Blender, but I guess it is easy to generate other dynamic scenes.

@ankitatiisc
Copy link

Is there any update on this issue ?

@azzarelli
Copy link

I modified the 360 script to extract data as a singular transforms.json file + render accompanying images (script). Can be easily modified to be reformatted as D-NeRF...

@anish-bhattacharya
Copy link

The lego.blend file is available from the original nerf dataset, and if you can adjust the lego builder's bucket arm position via editing the Z Location parameter of the object Controlpanel_Arm. Around 10.0 is low and around 4.0 is high. If using python, do:

bpy.ops.wm.open_mainfile(filepath=blendfilepath)
obj = bpy.data.objects.get('Controlpanel_Arm')
obj.location.z = 10.0 # low position
bpy.ops.wm.save_mainfile()

then re-render your scene.

I wish we had access to the other blender files (bouncing_balls, etc) that were used in D-NeRF. Has anyone found them? @albertpumarola

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants