mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00

* first commit for yolov7 * pybind for yolov7 * CPP README.md * CPP README.md * modified yolov7.cc * README.md * python file modify * delete license in fastdeploy/ * repush the conflict part * README.md modified * README.md modified * file path modified * file path modified * file path modified * file path modified * file path modified * README modified * README modified * move some helpers to private * add examples for yolov7 * api.md modified * api.md modified * api.md modified * YOLOv7 * yolov7 release link * yolov7 release link * yolov7 release link * copyright * change some helpers to private * change variables to const and fix documents. * gitignore * Transfer some funtions to private member of class * Transfer some funtions to private member of class * Merge from develop (#9) * Fix compile problem in different python version (#26) * fix some usage problem in linux * Fix compile problem Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * add convert processor to vision (#27) * update .gitignore * Added checking for cmake include dir * fixed missing trt_backend option bug when init from trt * remove un-need data layout and add pre-check for dtype * changed RGB2BRG to BGR2RGB in ppcls model * add model_zoo yolov6 c++/python demo * fixed CMakeLists.txt typos * update yolov6 cpp/README.md * add yolox c++/pybind and model_zoo demo * move some helpers to private * fixed CMakeLists.txt typos * add normalize with alpha and beta * add version notes for yolov5/yolov6/yolox * add copyright to yolov5.cc * revert normalize * fixed some bugs in yolox * fixed examples/CMakeLists.txt to avoid conflicts * add convert processor to vision * format examples/CMakeLists summary * Fix bug while the inference result is empty with YOLOv5 (#29) * Add multi-label function for yolov5 * Update README.md Update doc * Update fastdeploy_runtime.cc fix variable option.trt_max_shape wrong name * Update runtime_option.md Update resnet model dynamic shape setting name from images to x * Fix bug when inference result boxes are empty * Delete detection.py Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> * first commit for yolor * for merge * Develop (#11) * Fix compile problem in different python version (#26) * fix some usage problem in linux * Fix compile problem Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * add convert processor to vision (#27) * update .gitignore * Added checking for cmake include dir * fixed missing trt_backend option bug when init from trt * remove un-need data layout and add pre-check for dtype * changed RGB2BRG to BGR2RGB in ppcls model * add model_zoo yolov6 c++/python demo * fixed CMakeLists.txt typos * update yolov6 cpp/README.md * add yolox c++/pybind and model_zoo demo * move some helpers to private * fixed CMakeLists.txt typos * add normalize with alpha and beta * add version notes for yolov5/yolov6/yolox * add copyright to yolov5.cc * revert normalize * fixed some bugs in yolox * fixed examples/CMakeLists.txt to avoid conflicts * add convert processor to vision * format examples/CMakeLists summary * Fix bug while the inference result is empty with YOLOv5 (#29) * Add multi-label function for yolov5 * Update README.md Update doc * Update fastdeploy_runtime.cc fix variable option.trt_max_shape wrong name * Update runtime_option.md Update resnet model dynamic shape setting name from images to x * Fix bug when inference result boxes are empty * Delete detection.py Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> * Yolor (#16) * Develop (#11) (#12) * Fix compile problem in different python version (#26) * fix some usage problem in linux * Fix compile problem Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * add convert processor to vision (#27) * update .gitignore * Added checking for cmake include dir * fixed missing trt_backend option bug when init from trt * remove un-need data layout and add pre-check for dtype * changed RGB2BRG to BGR2RGB in ppcls model * add model_zoo yolov6 c++/python demo * fixed CMakeLists.txt typos * update yolov6 cpp/README.md * add yolox c++/pybind and model_zoo demo * move some helpers to private * fixed CMakeLists.txt typos * add normalize with alpha and beta * add version notes for yolov5/yolov6/yolox * add copyright to yolov5.cc * revert normalize * fixed some bugs in yolox * fixed examples/CMakeLists.txt to avoid conflicts * add convert processor to vision * format examples/CMakeLists summary * Fix bug while the inference result is empty with YOLOv5 (#29) * Add multi-label function for yolov5 * Update README.md Update doc * Update fastdeploy_runtime.cc fix variable option.trt_max_shape wrong name * Update runtime_option.md Update resnet model dynamic shape setting name from images to x * Fix bug when inference result boxes are empty * Delete detection.py Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> * Develop (#13) * Fix compile problem in different python version (#26) * fix some usage problem in linux * Fix compile problem Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * add convert processor to vision (#27) * update .gitignore * Added checking for cmake include dir * fixed missing trt_backend option bug when init from trt * remove un-need data layout and add pre-check for dtype * changed RGB2BRG to BGR2RGB in ppcls model * add model_zoo yolov6 c++/python demo * fixed CMakeLists.txt typos * update yolov6 cpp/README.md * add yolox c++/pybind and model_zoo demo * move some helpers to private * fixed CMakeLists.txt typos * add normalize with alpha and beta * add version notes for yolov5/yolov6/yolox * add copyright to yolov5.cc * revert normalize * fixed some bugs in yolox * fixed examples/CMakeLists.txt to avoid conflicts * add convert processor to vision * format examples/CMakeLists summary * Fix bug while the inference result is empty with YOLOv5 (#29) * Add multi-label function for yolov5 * Update README.md Update doc * Update fastdeploy_runtime.cc fix variable option.trt_max_shape wrong name * Update runtime_option.md Update resnet model dynamic shape setting name from images to x * Fix bug when inference result boxes are empty * Delete detection.py Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> * documents * documents * documents * documents * documents * documents * documents * documents * documents * documents * documents * documents * Develop (#14) * Fix compile problem in different python version (#26) * fix some usage problem in linux * Fix compile problem Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * add convert processor to vision (#27) * update .gitignore * Added checking for cmake include dir * fixed missing trt_backend option bug when init from trt * remove un-need data layout and add pre-check for dtype * changed RGB2BRG to BGR2RGB in ppcls model * add model_zoo yolov6 c++/python demo * fixed CMakeLists.txt typos * update yolov6 cpp/README.md * add yolox c++/pybind and model_zoo demo * move some helpers to private * fixed CMakeLists.txt typos * add normalize with alpha and beta * add version notes for yolov5/yolov6/yolox * add copyright to yolov5.cc * revert normalize * fixed some bugs in yolox * fixed examples/CMakeLists.txt to avoid conflicts * add convert processor to vision * format examples/CMakeLists summary * Fix bug while the inference result is empty with YOLOv5 (#29) * Add multi-label function for yolov5 * Update README.md Update doc * Update fastdeploy_runtime.cc fix variable option.trt_max_shape wrong name * Update runtime_option.md Update resnet model dynamic shape setting name from images to x * Fix bug when inference result boxes are empty * Delete detection.py Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <928090362@qq.com> * add is_dynamic for YOLO series (#22) * ppmat * first commit for ppmatting * keep VisMattingAlpha with background funtion * support ppmatting and swapbackground function * modify docs error * add photos for docs * add photos for docs * add photos for docs * modify docs * modify docs * modify docs * change remove_small_connected_area function, modify docs * fix compile error Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <928090362@qq.com>
130 lines
5.2 KiB
C++
130 lines
5.2 KiB
C++
// Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
|
||
//
|
||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||
// you may not use this file except in compliance with the License.
|
||
// You may obtain a copy of the License at
|
||
//
|
||
// http://www.apache.org/licenses/LICENSE-2.0
|
||
//
|
||
// Unless required by applicable law or agreed to in writing, software
|
||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
// See the License for the specific language governing permissions and
|
||
// limitations under the License.
|
||
|
||
#ifdef ENABLE_VISION_VISUALIZE
|
||
|
||
#include "fastdeploy/vision/visualize/visualize.h"
|
||
#include "opencv2/highgui.hpp"
|
||
#include "opencv2/imgproc/imgproc.hpp"
|
||
|
||
namespace fastdeploy {
|
||
namespace vision {
|
||
|
||
cv::Mat Visualize::SwapBackgroundMatting(const cv::Mat& im,
|
||
const cv::Mat& background,
|
||
const MattingResult& result,
|
||
bool remove_small_connected_area) {
|
||
// 只可视化alpha,fgr(前景)本身就是一张图 不需要可视化
|
||
FDASSERT((!im.empty()), "Image can't be empty!");
|
||
FDASSERT((im.channels() == 3), "Only support 3 channels image mat!");
|
||
FDASSERT((!background.empty()), "Background image can't be empty!");
|
||
FDASSERT((background.channels() == 3),
|
||
"Only support 3 channels background image mat!");
|
||
auto vis_img = im.clone();
|
||
auto background_copy = background.clone();
|
||
int out_h = static_cast<int>(result.shape[0]);
|
||
int out_w = static_cast<int>(result.shape[1]);
|
||
int height = im.rows;
|
||
int width = im.cols;
|
||
int bg_height = background.rows;
|
||
int bg_width = background.cols;
|
||
// alpha to cv::Mat && 避免resize等操作修改外部数据
|
||
std::vector<float> alpha_copy;
|
||
alpha_copy.assign(result.alpha.begin(), result.alpha.end());
|
||
float* alpha_ptr = static_cast<float*>(alpha_copy.data());
|
||
cv::Mat alpha(out_h, out_w, CV_32FC1, alpha_ptr);
|
||
if (remove_small_connected_area) {
|
||
alpha = Visualize::RemoveSmallConnectedArea(alpha, 0.05f);
|
||
}
|
||
if ((vis_img).type() != CV_8UC3) {
|
||
(vis_img).convertTo((vis_img), CV_8UC3);
|
||
}
|
||
if ((background_copy).type() != CV_8UC3) {
|
||
(background_copy).convertTo((background_copy), CV_8UC3);
|
||
}
|
||
if ((bg_height != height) || (bg_width != width)) {
|
||
cv::resize(background, background_copy, cv::Size(width, height));
|
||
}
|
||
if ((out_h != height) || (out_w != width)) {
|
||
cv::resize(alpha, alpha, cv::Size(width, height));
|
||
}
|
||
uchar* vis_data = static_cast<uchar*>(vis_img.data);
|
||
uchar* background_data = static_cast<uchar*>(background_copy.data);
|
||
uchar* im_data = static_cast<uchar*>(im.data);
|
||
float* alpha_data = reinterpret_cast<float*>(alpha.data);
|
||
for (size_t i = 0; i < height; ++i) {
|
||
for (size_t j = 0; j < width; ++j) {
|
||
float alpha_val = alpha_data[i * width + j];
|
||
for (size_t c = 0; c < 3; ++c) {
|
||
vis_data[i * width * 3 + j * 3 + c] = cv::saturate_cast<uchar>(
|
||
static_cast<float>(im_data[i * width * 3 + j * 3 + c]) * alpha_val +
|
||
(1.f - alpha_val) * background_data[i * width * 3 + j * 3 + c]);
|
||
}
|
||
}
|
||
}
|
||
|
||
return vis_img;
|
||
}
|
||
// 对SegmentationResult做背景替换,由于分割模型可以预测多个类别,其中
|
||
// background_label 表示预测为背景类的标签
|
||
// 由于不同模型和数据集训练的背景类别标签可能不同,用户可以自己输入背景类对应的标签。
|
||
cv::Mat Visualize::SwapBackgroundSegmentation(
|
||
const cv::Mat& im, const cv::Mat& background, int background_label,
|
||
const SegmentationResult& result) {
|
||
FDASSERT((!im.empty()), "Image can't be empty!");
|
||
FDASSERT((im.channels() == 3), "Only support 3 channels image mat!");
|
||
FDASSERT((!background.empty()), "Background image can't be empty!");
|
||
FDASSERT((background.channels() == 3),
|
||
"Only support 3 channels background image mat!");
|
||
auto vis_img = im.clone();
|
||
auto background_copy = background.clone();
|
||
int height = im.rows;
|
||
int width = im.cols;
|
||
int bg_height = background.rows;
|
||
int bg_width = background.cols;
|
||
if ((vis_img).type() != CV_8UC3) {
|
||
(vis_img).convertTo((vis_img), CV_8UC3);
|
||
}
|
||
if ((background_copy).type() != CV_8UC3) {
|
||
(background_copy).convertTo((background_copy), CV_8UC3);
|
||
}
|
||
if ((bg_height != height) || (bg_width != width)) {
|
||
cv::resize(background, background_copy, cv::Size(width, height));
|
||
}
|
||
uchar* vis_data = static_cast<uchar*>(vis_img.data);
|
||
uchar* background_data = static_cast<uchar*>(background_copy.data);
|
||
uchar* im_data = static_cast<uchar*>(im.data);
|
||
float keep_value = 0.f;
|
||
for (size_t i = 0; i < height; ++i) {
|
||
for (size_t j = 0; j < width; ++j) {
|
||
int category_id = result.label_map[i * width + j];
|
||
if (background_label != category_id) {
|
||
keep_value = 1.0f;
|
||
} else {
|
||
keep_value = 0.f;
|
||
}
|
||
for (size_t c = 0; c < 3; ++c) {
|
||
vis_data[i * width * 3 + j * 3 + c] = cv::saturate_cast<uchar>(
|
||
static_cast<float>(im_data[i * width * 3 + j * 3 + c]) *
|
||
keep_value +
|
||
(1.f - keep_value) * background_data[i * width * 3 + j * 3 + c]);
|
||
}
|
||
}
|
||
}
|
||
return vis_img;
|
||
}
|
||
|
||
} // namespace vision
|
||
} // namespace fastdeploy
|
||
#endif |