mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 09:31:35 +08:00
Refine paddledetection directory (#88)
This commit is contained in:
@@ -19,10 +19,12 @@ namespace fastdeploy {
|
||||
void BindYOLOv7(pybind11::module& m);
|
||||
void BindScaledYOLOv4(pybind11::module& m);
|
||||
void BindYOLOR(pybind11::module& m);
|
||||
void BindPPDet(pybind11::module& m);
|
||||
|
||||
void BindDetection(pybind11::module& m) {
|
||||
auto detection_module =
|
||||
m.def_submodule("detection", "Image object detection models.");
|
||||
BindPPDet(detection_module);
|
||||
BindYOLOv7(detection_module);
|
||||
BindScaledYOLOv4(detection_module);
|
||||
BindYOLOR(detection_module);
|
||||
|
Reference in New Issue
Block a user