Ray Zhang
Ray Zhang
@ericromanenghi Which version of CUDNN are you using? Thanks.
Hi loicland, I have a similar issue there when running partition.py on semantic3d test_full: ================= test_full/ ================= 1 / 16---> marketplacefeldkirch_station4_intensity_rgb reading the existing feature file... reading the existing superpoint...
Hi loicland, Here are the prints before the error in provider.py: ``` 7 / 16---> test_full creating the feature file... [provider.py] length of vertices is 15 [provider.py] i_rows is 0,...
I have run into the same error. Have you figured it out? ``` Thread 1 "surfel_fusion" received signal SIGSEGV, Segmentation fault. SurfelMap::pose_ros2eigen (pose=..., T=..., this=0x7ffd7bf5b6a0) at ~/catkin_ws/src/DenseSurfelMapping/surfel_fusion/src/surfel_map.cpp:373 373 rotation_q.y() =...
Same issue here. Any suggestions?
Hi Shichay, thanks for the reply! I noticed that the ground truth of kitti05 contains 40 images, indexed every 20 frames, from 000000 to 000800. But in the `data_kitti` folder,...
Thanks for replying! Are these two models already fine-tuned on nyu/sun respectively?
Great, thank you so much for the help! We are trying to use the scenenet's trajectories and the trained weight to build 3D semantic maps on its validation set. As...
@XBingQian Have you figured out? I ran into exactly the same error as you, `libcp.so: undefined symbol: _ZTIN5boost6python7objects21py_function_impl_baseE`
Thanks for the quick response. If `net1` and `net2` is the same `nn.Module` layer with different subset of parameters, is there a way to specify which subset of parameters is...