Nicholas Pfaff
Nicholas Pfaff
+1 for this feature I have a state machine that publishes the name of the current state. It would be useful to visualise the current state next to a sensor...
Adding `-D CMAKE_CUDA_COMPILER=$(which nvcc)` to cmake fixed this for me: `cmake . -D TCNN_CUDA_ARCHITECTURES=86 -D CMAKE_CUDA_COMPILER=$(which nvcc) -B build`
I would also love a depth supervision feature, as this tends to increase the exported mesh quality dramatically. This would require modifying the data loading/ conversion scripts to support additional...
@Zador-Pataki deleting the build folder after `sudo apt remove nvidia-cuda-toolkit` solved it for me
Would be great to have Neuralangelo in Nerfstudio 👍
I just realized that it is not part of the core requirements but of the recommended extras. Sorry for that! In this case, would it be possible to have an...
Merging this PR should unblock this: https://github.com/RobotLocomotion/realsense2-lcm-driver/pull/7
I'm having the same problem with version `1.3.3-3`. My initial backup was around 100 MB/s, and now I'm getting speeds of 11 kB/s. It is basically making zero progress. I'm...
Hi @buhtz, - I installed it via [Ubuntu PPA](https://github.com/bit-team/backintime#ubuntu-ppa). - This is my first time using it (never used a different version). My problem is regarding the difference in backup...
The initial backup was 1-2h. The repeated backup has been running for over 4h (I never had the time to let it complete so far). - local - running as...