hyperreel
hyperreel copied to clipboard
Code release for HyperReel: High-Fidelity 6-DoF Video with Ray-Conditioned Sampling
Very good job! How to run your own data set? colmap? Thanks!!
`Configuring optimizers | Name | Type | Params ------------------------------------------------- 0 | loss | MSELoss | 0 1 | render_fn | RenderLightfield | 14.9 M 2 | reg_tensorf | TensoRF |...
Hi, Thanks for the code ! I am trying to run the experiment on the immersive dataset but the script got killed suddenly without any warnings or errors ! I...
It seems to be some problem with ssim. I don’t know what causes this problem? Can you reply? Thank you very much. ``` Traceback (most recent call last): File "main.py",...
Hi, Thanks for sharing such awesome work and nicely organized code! I want to study this large-scale code as a baseline network (framework) in detail, and then explore ideas for...
I am trying to train my own inward facing video dataset with 30 cameras. I am unable to understand the coordinate system of the code in hyperreel. My current poses...
Hi, I am testing my custom data(with reflective attribute) using llff_360.yaml dataset format, since I use the preprocessing code in LLFF repo to generate poses_bounds.npy file. My scene is object-centric...
Hi there, First of all, thanks for releasing the code for this impressive method! I have been trying to train this on my own dataset (it's front-facing). After a bit...
Very Nice work! I‘m wondering whether unbounded datasets will be supported by this work, such as 'garden'? I saw llff_360.yaml in DIR conf/experiment/dataset but not be used by any demo...
Great work! (1)I would like to ask why the key frame test in the paper is 1,4,16,50 instead of within 10, such as 1,2,3,4,5..... Is this selection rigorous? Because I...