Zhiyong Wang
Zhiyong Wang
I have set input sparsetensor using same coordinate_manager ` sinput1 = ME.SparseTensor(features=input_dict['sinput_s_F'].to(self.device), coordinates=input_dict['sinput_s_C'].to(self.device), quantization_mode=ME.SparseTensorQuantizationMode.UNWEIGHTED_AVERAGE) sinput2 = ME.SparseTensor(features=input_dict['sinput_t_F'].to(self.device), coordinates=input_dict['sinput_t_C'].to(self.device), quantization_mode=ME.SparseTensorQuantizationMode.UNWEIGHTED_AVERAGE, coordinate_manager=sinput1.coordinate_manager)` after same network downsample, when i want to cat two...
I have build ceres with sparse and pass ./sparse_normal_cholesky_solver_test test. test output: `$ ./sparse_normal_cholesky_solver_test Running main() from gmock_main.cc [==========] Running 6 tests from 1 test suite. [----------] Global test environment...
i has alreday install cuda 8.0 。and souce the zshrc, after catkin_make and make libfreenect .when i launch kinect2_driver, it still use cpu, is something wrong about install cuda 8.0?