liuzhengzhe / DreamStone-ISS

This is the project for DreamStone: TPAMI & ISS: ICLR 2023 spotlight
https://liuzhengzhe.github.io/DreamStone.github.io/
43 stars 3 forks source link

Shapenet Camera Mat #1

Closed vinayak1 closed 1 year ago

vinayak1 commented 1 year ago

I'm receiving the following error, can you please provide the camera_mat.npy as it looks like it's missing from the rendering zip file

Traceback (most recent call last): File "generate.py", line 224, in camera_mat=torch.from_numpy(np.load('../../ShapeNet/camera_mat.npy')).cuda().float().unsqueeze(0) File "/usr/local/lib/python3.8/dist-packages/numpy/lib/npyio.py", line 407, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: '../../ShapeNet/camera_mat.npy'

liuzhengzhe commented 1 year ago

camera_mat.zip

Please see the attached. This is for rendering in inference. You can remove the lines that use it and the then generate.py can still run normally.

vinayak1 commented 1 year ago

Thanks!