mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 17:41:52 +08:00
[Model] Add Paddle3D smoke model (#1766)
* add smoke model * add 3d vis * update code * update doc * mv paddle3d from detection to perception * update result for velocity * update code for CI * add set input data for TRT backend * add serving support for smoke model * update code * update code * update code --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
@@ -257,6 +257,12 @@ struct FASTDEPLOY_DECL RuntimeOption {
|
||||
const std::string& input_name, const std::vector<int32_t>& min_shape,
|
||||
const std::vector<int32_t>& opt_shape = std::vector<int32_t>(),
|
||||
const std::vector<int32_t>& max_shape = std::vector<int32_t>());
|
||||
|
||||
void SetTrtInputData(
|
||||
const std::string& input_name, const std::vector<float>& min_shape_data,
|
||||
const std::vector<float>& opt_shape_data = std::vector<float>(),
|
||||
const std::vector<float>& max_shape_data = std::vector<float>());
|
||||
|
||||
void SetTrtMaxWorkspaceSize(size_t trt_max_workspace_size);
|
||||
void SetTrtMaxBatchSize(size_t max_batch_size);
|
||||
void EnableTrtFP16();
|
||||
|
Reference in New Issue
Block a user