Linus Härenstam-Nielsen
Linus Härenstam-Nielsen
Thanks for the help! It turned out I had managed to skip installing one of the packages listed in 2.2 in the README (I also didn't realize I needed to...
I would really like this feature too! Constantly having to scroll down when printing the progress of an algorithm gets tedious quickly
Wouldn't it be possible to add back the option to click the "sidebar" (highlighted in the picture) to enable/disable the scrolling in the same way that it was working in...
I had a similar issue on windows and for me the problem was due to the path to the feature files being too long. Moving the files to a base...
I have found the following to work well for building colmap+pycolmap, without system-wide install: ```bash mkdir build cd build cmake .. -GNinja -DCMAKE_INSTALL_PREFIX= ninja ninja install cd ../pycolmap NINJAFLAGS="-j6" colmap_DIR=...
to add to this, I also had to specify `scikit-iamge==0.18.1` to get the `marching_cubes_lewiner` function
same here with a large-ish notebook. `ctrl+shift+P -> Developer: Reload Window` fixes the problem (easier than renaming), but that also restarts the notebook which is not ideal
same here with `ego4d --output_directory="~/ego4d_data" --datasets viz`, did you find a solution? Same with the `run_vis.sh` script
@idejie for me the issue was that I was trying to download a dataset that does't exist, which gives this error. If I remember right the solution in my case...
I haven't had this exact problem, but some times closing the blender GUI helps when jupyterlab isn't responding