16 #pragma once // NOLINT 21 #include "modules/perception/camera/lib/feature_extractor/tfe/proto/tracking_feature.pb.h" 26 namespace perception {
33 std::string
Name()
const override;
36 std::shared_ptr<base::Image8U> image_ =
nullptr;
37 std::shared_ptr<inference::Inference> inference_;
38 std::shared_ptr<BaseFeatureExtractor> feature_extractor_;
39 tracking_feature::ExternalParam param_;
42 bool InitFeatureExtractor(
const std::string &root_dir);
Definition: camera_frame.h:33
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25