Update README.md

This commit is contained in:
leiqing
2022-09-09 10:25:04 +08:00
committed by GitHub
parent 1365bd4e11
commit 85eec16549

View File

@@ -152,6 +152,7 @@ int main(int argc, char* argv[]) {
auto vis_im = vision::Visualize::VisDetection(im, res, 0.5);
cv::imwrite("vis_image.jpg", vis_im);
}
```
### For more deployment models, please refer to [Visual Model Deployment Examples](examples/vision) .