amazingmum
amazingmum
running build running build_ext /home/awguitar/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py:387: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could...
> https://github.com/ApolloAuto/apollo/blob/master/modules/perception/onboard/component/fusion_component.cc#L54 > > ```c++ > bool FusionComponent::Proc(const std::shared_ptr& message) { > if (message->process_stage_ == ProcessStage::SENSOR_FUSION) { > return true; > } > ``` > > When the fusion module...
thanks. One more thing: the v in the ransac_range_v.py : v = (pcl[:, 6]**2 + pcl[:, 7]**2)**0.5 # target's absolute velocity in radar frame v_comp = (pcl[:, 8]**2 + pcl[:,...
Tks for your attention. Its just the warming,i use the glog in my code but i don't initialize some parameters. I wanna use .proto file as msg but it seems...