FCInter
FCInter
tinycudann ImportError: tinycudann_bindings/_80_C.cpython-38-x86_64-linux-gnu.so: undefined symbol:
I finished these steps: ``` $ git clone --recursive https://github.com/nvlabs/tiny-cuda-nn $ cd tiny-cuda-nn tiny-cuda-nn$ cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo tiny-cuda-nn$ cmake --build build --config RelWithDebInfo -j tiny-cuda-nn$ cd bindings/torch tiny-cuda-nn/bindings/torch$...
执行了这个 `ns-process-data images --data data/llff_data/blurtanabata/images --output-dir data/bad-nerf/blurtanabata` 报错: ``` [11:22:17] 🎉 Done copying images with prefix 'frame_'. process_data_utils.py:336 [11:22:18] 🎉 Done extracting COLMAP features. colmap_utils.py:137 ────────────────────────────────────────────── 💀 💀 💀 ERROR...
**Describe the bug** The following commands succeed. ``` git clone https://github.com/colmap/colmap.git cd colmap mkdir build cd build cmake .. -GNinja ``` It fails at `cmake .. -GNinja`. The full printed...
**Describe the bug** I tried to pass in the arg `SiftMatching.max_num_matches` following the instructions in the [FaQ](https://colmap.github.io/faq.html), trying to solve the `ERROR: Feature matching failed. This probably caused by insufficient...