musyoku / chainer-gqn

Neural scene representation and rendering (GQN)
MIT License
182 stars 25 forks source link

Training Dataset #8

Closed mjchen611 closed 5 years ago

mjchen611 commented 6 years ago

Hi,

How can I generate the training dataset? For example, I run the code ...\run\shepard_matzler\create_dataset.py, there always has a error 'NoneType' object has no attribute 'PerspectiveCamera'.

Can you share a dataset that you have used?

Thank you. Mingjia

musyoku commented 6 years ago

Hi. Please build three.so before running create_dataset.py.

cd three
make
mjchen611 commented 6 years ago

Thank you for your kind assistance.

Mingjia