xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.71k stars 373 forks source link

Where is nerf-blender.yaml? #88

Open Ginjing-Yuan opened 10 months ago

Ginjing-Yuan commented 10 months ago

Thanks for your nice job!

Btw, where is the nerf-blender.yaml file?

train NeRF

python launch.py --config configs/nerf-blender.yaml --gpu 0 --train dataset.scene=lego tag=example

flamehaze1115 commented 10 months ago

Hello. We don't include nerf in the optimization. You may refer to the original instant-nsr-pl repo to implement this part.

eliecer696 commented 9 months ago

Hello. We don't include nerf in the optimization. You may refer to the original instant-nsr-pl repo to implement this part.

if we get the nerf-blender.yaml file and put it in the configuration folder when we tray to run it we get this error

FileNotFoundError: [Errno 2] No such file or directory: '/content/Wonder3D-test/transforms_train.json' in addition after making a custom transforms of the fixed position text files after that i encounter this other error

File "/content/instant-nsr-pl/datasets/blender.py", line 104, in setup self.train_dataset = BlenderIterableDataset(self.config, self.config.train_split) File "/content/instant-nsr-pl/datasets/blender.py", line 89, in init self.setup(config, split) File "/content/instant-nsr-pl/datasets/blender.py", line 48, in setup self.focal = 0.5 w / math.tan(0.5 meta['camera_angle_x']) # scaled focal length KeyError: 'camera_angle_x'

am currently stuck there stepbro