liouyx

Results 8 comments of liouyx

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 is started, the proc function always waits for the message...

Closed due to inactivity. If the problem persists, pls feel free to reopen it or create a new one and refer to it.

https://github.com/ApolloAuto/apollo/blob/master/modules/perception/inference/utils/resize.h#L32 Normalization is here.

Closed due to inactivity. If the problem persists, pls feel free to reopen it or create a new one and refer to it.

Source code of historical models are not opened. The new models will be released in September, and the training source code, evaluation dataset and deployment method will be opened. You...

Closed due to inactivity. If the problem persists, pls feel free to reopen it or create a new one and refer to it.

During training, we resize images of waymo dataset to keep consistent with our own camera, and use the intrinsic parameters of our own camera when deploying SMOKE model. Monocular camera...

Closed due to inactivity. If the problem persists, pls feel free to reopen it or create a new one and refer to it.