Yibin Wu
Yibin Wu
hello,i am using the program to process my own videos which are already resize to 1280*720,and error below is appearing. ` File "C:\Users\10401\AppData\Local\conda\conda\envs\TensorFlow\lib\site-packages\numpy\core\_methods.py", line 29, in _amin return umr_minimum(a, axis,...
Hi @jbehley , I got an issue when I try to install catkin as you suggested. I did "source /opt/ros/noetic/setup.bash" beforehand. ``` (base) yibin@dell:~/code/point_labeler$ sudo apt install catkin [sudo] password...
`T tmp_scalar_read = normal(0) * reading_direction(0) + normal(1) * reading_direction(1) + normal(2) * reading_direction(2); tmp_scalar_read = 1; tmp_scalar_read *= weight;` Hi. Could you please explain how to understand this part...
Hi, @mbrossar I tried to compile libpointmatcher but it reported some errors. `/usr/bin/ld: ../libpointmatcher.so.1.3.1: undefined reference to Nabo::NearestNeighbourSearch::create(Eigen::Matrix const&, int, Nabo::NearestNeighbourSearch::SearchType, unsigned int, Nabo::Parameters const&) ` However, I also tried...