AR
AR
As also pointed out in #43 , for both training and testing the calibration matrices used are always the averaged one instead of the correct ones for each single frame....
The current code still uses the averaged calibration matrices for training, resulting in a loss of accuracy (especially evident in the 3d detection performance). Please refer to my current pull...
During the training the averaged calibration matrices are still being used, whereas the correct ones should be used in order to get more accurate results. These mods are essentially fixing...
Hello, apologies for the question, I am not an expert in node.js or vite.js . I am having difficulties running this project. I clone the repo, install the dependencies with...
**Is your feature request related to a problem? Please describe.** When using Nerfacto the camera poses are being refined, which is great since in many real-world applications the poses are...
Hi, great work and thanks for sharing the code. I am trying to run the training script. With the original command, it works fine. However, when I try to add...
Dear authors, thanks for the great work! I would like to try your method on a mesh I generated by accumulating a LiDAR pointcloud of an outdoor scenes. Ideally, I...