DaddyWesker
DaddyWesker
check this issue https://github.com/uzh-rpg/rpg_svo/issues/262
I've met same problem. Despite installation guide tells you that running `cmake ..` and then `make` in Sophus build dir is enough, it is necessary to run `make install` too....
I've encountered same problem. AS i understand, those guys used older matlab version and something has changed in matlab since they pushed this code. I've beat that problem by changing...
I was able to launch this autocalib_test.m using Linux Mint 20 and Matlab R2020a.
Actually, I've made no changes in the code. Just installed Matlab R2020a. I've though needed to do some changes in matlab libs. If you'll encounter problem with libstdc++.so.6 and just...
I've fixed that with: 1. Installing tf 1.15 (2.0+ won't help) 2. Installing exact version of keras as in readme 2.1.6 3. CHanging some imports ``` from tensorflow.keras.preprocessing.image import img_to_array...
Ok, so my bad was to try launch Fitnmerge on the image dataset. I've tried to launch python runners/hypersim/triangulation.py on my dataset and got 0 triangulated points. I've put right...
Well, i was able to launch colmap_triangulation.py on my data. Glad I've got prepared data using colmap. Though 0 triangulated points running `runners/hypersim/triangulation.py` bothers me still.
@Laegoose unfortunately no.
> You will need to call this function [here](https://github.com/princeton-vl/DROID-SLAM/blob/main/droid_slam/droid.py#L38) Hello, @aseemk98 , so if i got you right, this line `self.visualizer = Process(target=droid_visualization, args=(self.video,))` should look like this using your...