Your Name 4ed3c4ac1d 修改: source/common/kafka_handler/kafkahandler_default.cpp | 2 년 전 | |
---|---|---|
.github | 2 년 전 | |
3rdparty | 2 년 전 | |
cmake | 2 년 전 | |
data | 2 년 전 | |
docker | 2 년 전 | |
easydk | 2 년 전 | |
framework | 2 년 전 | |
modules | 2 년 전 | |
modules_contrib | 2 년 전 | |
python | 2 년 전 | |
source | 2 년 전 | |
tools | 2 년 전 | |
.dockerignore | 2 년 전 | |
.gitignore | 2 년 전 | |
.gitmodules | 2 년 전 | |
CMakeLists.txt | 2 년 전 | |
CPPLINT.cfg | 2 년 전 | |
README.md | 2 년 전 |
CNStream is a streaming framework with plug-ins. It is used to connect other modules, includes basic functionalities, libraries, and essential elements.
CNStream provides the following built-in modules:
To start using CNStream, please refer to the chapter of quick start in the document of Cambricon-CNStream-User-Guild-CN.pdf.
Classification | Object Detection |
---|---|
Object Tracking | License plate recognization |
---|---|
Body Pose | Vehicle Detection |
---|---|
You should find a sample from samples/simple_run_pipeline/simple_run_pipeline.cpp
that helps developers easily understand how to develop a classic classification or detection application based on CNStream pipeline.
This sample supports typical classification and detection neural networks like vgg resnet ssd fasterrcnn yolo-vx and so on.
This sample supports images or video file as input.
Modify the files.list_video
file, which is under the samples
directory, to replace the video path. Each line represents one stream. It is recommended to use an absolute path or use a relative path relative to the executor path.
Check out the Examples page for tutorials on how to use CNStream. Concepts page for basic definitions.
Discuss - General community discussion around CNStream.