threedle / GeoCode

GeoCode maps 3D shapes to a human-interpretable parameter space, allowing to intuitively edit the recovered 3D shapes from a point cloud or sketch input.
382 stars 25 forks source link

Questions about the blend file #11

Open little-Paul-3 opened 1 year ago

little-Paul-3 commented 1 year ago

Hi, Thanks for sharing GeoCode!

I have a question about the blend file: I see that the blend_file ~/blends/procedural_chair.blend in the input of test command is downloaded from download_ds.py, but the training results don't seem to have this file. Maybe something I misses during the training, but I have no clue. Because I want to know how the procedural program works, and I think the final result of the program is the blend file (hope I understand correctly) , but I have no idea how it comes from.

Sorry to bother you, looking forward to your reply. Thanks again T^T

ofekp commented 1 year ago

Hey, thank you for reaching out. The blend files for all the domains can be downloaded manually from https://github.com/threedle/GeoCode/releases You can inspect them using Blender, using the Geometry Nodes workspace. The result of the training is a model that is able to predict the input to the program to recover a 3D shape from either a point cloud or a sketch input. Hope this clarifies things.