Files
FastDeploy/tutorials/README.md
ChaoII a2141d0d2c [Doc] fix dead links (#1732)
* [Bug Fix]fix tracking 'LetterBoxResize'

* [Docs]Fix dead links

---------

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2023-04-03 13:09:57 +08:00

12 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

English | [中文](README_CN.md)
# Tutorials
This directory provides some tutorials for FastDeploy. For other model deployment, please refer to the example [FastDeploy/examples](../examples) directly.
- Intel independent graphics card/integrated graphics card deployment [see intel_gpu](intel_gpu)
- Model multithreaded call [see multi_thread](multi_thread)
- Image decoding, including hardward decoding, e.g. nvJPEG [image_decoder](image_decoder)
- Vision processor (preprocessing, CV-CUDA, FlyCV, etc.[vision_processor](vision_processor)
- Deploy models with C or C# API [use_c_csharp_sdk](use_c_csharp_sdk)