Konstantysz

Results 4 issues of Konstantysz

Is it possible to rename or put in namespace global variables from logging.h? They cause syntax error when compiled along with windows sdk

As written in `pybind` [issue](https://github.com/pybind/pybind11/issues/1953), when passing `None` to C++ function, `numpy` actually passes `NaN`. This leads to access violation as `(const float*)depth_buf.ptr` in `void set_image(int frame_idx, pybind11::array_t img, pybind11::array_t...

When I wanted to run the pipeline in docker (using your Dockerfile) I was unable to run `preprocess_image.py` due to missing `carvekit` package. I tried to install it, but it...

Right now if COLMAP sparse reconstruction resulted in more than one run of sparse reconstruction, nerfstudio dataparser will not handle it properly. It will always look for run "0".