# txnn.cpp **Repository Path**: taylorguo/txnn.cpp ## Basic Information - **Project Name**: txnn.cpp - **Description**: txnn.cpp: a C++ Library for Computer Vision and Large Language Model with cached kernels. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # txnn.cpp #### 介绍 txnn.cpp: a C++ Library for Computer Vision and Large Language Model with cached kernels. #### 软件架构 软件架构说明 ![](asset/examples/design_doc/TxnnCpp_model_session.png) #### 安装教程(依赖项) 1. libopencv-dev 2. TxDA_runtime(安装pytxda wheel, 联系tx8相关人员) 3. tx8 docker 500P2 #### 使用说明 进入 examples 目录 1. yolov10.cpp 推理 ```Shell mkdir build && cd build && cmake .. && make -j ``` 2. 使用预编译的模型文件(bin文件和json文件) #### 参考资料 1. [TensorRT]() 2. [TensorRT-YOLO]()