mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-15 05:01:00 +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:
1
fastdeploy/vision.h
Normal file → Executable file
1
fastdeploy/vision.h
Normal file → Executable file
@@ -32,6 +32,7 @@
|
||||
#include "fastdeploy/vision/detection/contrib/yolov8/yolov8.h"
|
||||
#include "fastdeploy/vision/detection/contrib/yolox.h"
|
||||
#include "fastdeploy/vision/detection/contrib/rknpu2/model.h"
|
||||
#include "fastdeploy/vision/perception/paddle3d/smoke/smoke.h"
|
||||
#include "fastdeploy/vision/detection/ppdet/model.h"
|
||||
#include "fastdeploy/vision/facealign/contrib/face_landmark_1000.h"
|
||||
#include "fastdeploy/vision/facealign/contrib/pfld.h"
|
||||
|
||||
Reference in New Issue
Block a user