yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.38k stars 1.05k forks source link

Why is my result blank? #91

Open WeiqiangXie opened 1 year ago

WeiqiangXie commented 1 year ago

Snipaste_2022-09-22_22-03-48 I'm using the Lego example

catherineytw commented 1 year ago

I got the same results too, weird

cc-SYSU commented 1 year ago

I have the same problem

zzyunzhi commented 1 year ago

Changing a seed might help. Related to https://github.com/yenchenlin/nerf-pytorch/issues/52.

lenn-arts commented 1 year ago

Same here. Did anyone find a solution to this issue?

chenzean commented 1 year ago

me too

Akihi-zxy commented 1 year ago

I got the same results too, weird.Did anyone find a solution to this issue?

Ethan-Lee-Sunghoon commented 1 year ago

Same issues for me too

Kartoffelchen commented 1 year ago

Same problem.

chenguolin commented 1 year ago

This issue was easily resolved by simply re-running the same code.

elenacliu commented 1 year ago

Same issues for me too

elenacliu commented 1 year ago

@chenguolin chen hi, "re-running the same code" you mean the training process or the rendering only process?

chenguolin commented 1 year ago

@elenacliu I mean the training process python run_nerf.py --config configs/lego.txt. For me, it works; but I don't know why.

weixin0107 commented 1 year ago

same :)

xiebinghua commented 11 months ago

_disp.mp4 is blank,but .rgb.mp4 is not. How to fix it?

zjy1412 commented 3 months ago

Same here. But when I re-ran it, it worked. The only diffirence was ImageMagick that I added the second time.