Cristian Duguet

Results 14 issues of Cristian Duguet

I've been having many times this error, which appears randomly while finetuning: ``` [W python_anomaly_mode.cpp:104] Warning: Error detected in PowBackward0. Traceback of forward call that caused the error: File "train_mvs_nerf_finetuning_pl.py",...

I have finetuned using your indications for a blender lego scene: ``` CUDA_VISIBLE_DEVICES=0 python train_mvs_nerf_finetuning_pl.py \ --dataset_name blender --datadir /path/to/nerf_synthetic/lego \ --expname lego-ft --with_rgb_loss --batch_size 1024 \ --num_epochs 1 --imgScale_test...

I have a 360deg inward scene of a backpack, with 24 pictures. The training with `--spheric` seems successful but when evaluating, the cameras seem to be pointing at the floor,...

I'm getting many floating artifacts in my scenes. From what I've heard in [this talk](https://youtu.be/HfJpQCBTqZs?t=1653), it might be due to L set too high. From your experience, is this really...

Hi! I have a dataset with great initial camera poses, of a *very* reflective object. Just from the images, I can't get hloc to reconstruct the complete model. However, I...

For faster SfM from video frames, and since it was mentioned in https://github.com/cvg/Hierarchical-Localization/issues/135, I made a small image pair generator based on pairs_from_exhaustive. It has a window size, meaning image...

If I'd like to make a 360° capture of my dog, which wouldn't stay quiet during capture. Could this help me to get a Radiance Field I can later export...

I would like to specify the camera model for the reconstruction model. I've seen [pycolmap accepts a `camera_model` parameter in its `import_images` function](https://github.com/colmap/pycolmap/blob/34541c45dce80bf18076dd158d9e7380fe4a16cd/pipeline.cc#L31) , which is called by [hloc's `import_images`](https://github.com/cvg/Hierarchical-Localization/blob/e8ea8a25b297bae2e058abfb294335219d9f55ad/hloc/reconstruction.py#L25)....

I have seen you have support for agents with docker 18.0, which needs nvidia-docker. Since more than a year docker has deprecated nvidia-docker in integrating nvidia support with the, changing...

1. Trying to naively running it gives me the same error as https://github.com/graphdeco-inria/gaussian-splatting/issues/619: ``` [SIBR] -- INFOS --: Initialization of GLFW [SIBR] ## ERROR ##: FILE ../src/core/graphics/Window.cpp LINE 30, FUNC...