chainer-gqn icon indicating copy to clipboard operation
chainer-gqn copied to clipboard

Neural scene representation and rendering (GQN)

Results 7 chainer-gqn issues
Sort by recently updated
recently updated
newest added

When I want to run the project, it prompts me to need a snapshot_ Directory parameter, I found that it may be a JSON file. Where should I get it.

Hi musyoku, I am doing related research, but my equipment is not very good, so I hope you can provide a trained model that allows me to test. Thank you...

Hi, Many thanks for your contribution on implementing GQN. Recently, I implemented GQN. After the training on rooms_ring_camera, I found that the loss will converge to around 6950 after 200K...

Hi, In the file generative_query_network/run/shepard_matzler/create_dataset.py should I add the path of 'three.cpython-36m-x86_64-linux-gnu.so' and 'imgplot.cpython-36m-x86_64-linux-gnu.so' to the blank of follwing sentence? sys.path.append(os.path.join("..", "..")) Can you give me an example? Thank you,...

Hi @musyoku Thank you for your source code of gqn. Can you give me an instruction (maybe interpretation in pdf file) about the computing process of viewpoint? Thank you for...

Hi, Thanks for your repo! I am trying to run your code on a remote server. It seems there is some issue related to X11 forwarding and GL rendering. Is...

is this project runnable? can i train the representation network and generation network with the dataset provided by deepmind? or with my own dataset? or i just can inference the...