mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-19 23:16:15 +08:00
[Bug Fix] fix centerpoint malloc bug (#2099)
This commit is contained in:
@@ -51,7 +51,7 @@ class FASTDEPLOY_DECL CenterpointPreprocessor : public ProcessorManager {
|
||||
std::vector<std::shared_ptr<Processor>> processors_;
|
||||
bool ReadPoint(const std::string &file_path,
|
||||
const int64_t num_point_dim,
|
||||
void **buffer, int64_t *num_points);
|
||||
std::vector<float> &data, int64_t *num_points);
|
||||
bool InsertTimeToPoints(const int64_t num_points,
|
||||
const int64_t num_point_dim,
|
||||
float *points);
|
||||
|
Reference in New Issue
Block a user