Okrin
Okrin
When I use this code by `python edit.py -m stylegan_celebahq -b boundaries/stylegan_celebahq_gender_w_boundary.npy -n 5 -o results/stylegan_celebahq_gender_w_boundary -i -s W` It outputs scary results. Maybe the latent_codes that initialized is in...
When I using `glReadPixels` to get the rendering results, it returns an error. ``` Traceback (most recent call last): File "test_opengl.py", line 29, in buffer = glReadPixels(0, 0, width, height,...
Hello! Since I do not have Caffe environment, I could only test this Keras version. Does this Keras version code have the same results with the original caffe version? (The...
During rendering, in the "composite()" in nerf.py, sample points will be split in to multiple batches, then run the PixelNeRFNet's forward() multiple times. However, during tests, I found the running...
Dear authors: Thanks a lot your excellent works! However, when I try to run the training code, I get strange memory consuming and unoptimal training results. I just run the...