# libevauth **Repository Path**: cvmart/libevauth ## Basic Information - **Project Name**: libevauth - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: trt_x86_64 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-06 - **Last Updated**: 2025-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libevauth #### 介绍 极市平台模型授权库 #### 文件说明 文件说明 ``` . ├── configs #授权库相关配置文件 │ ├── acl.json #ascend初始化文件 │ └── algo_info.conf #授权配置 ├── include #头文件夹 │ └── model_handle.h #模型加载类头文件 └── lib #库文件夹 └── libevauth.so #模型授权库 ``` #### 安装教程 ``` git clone https://gitee.com/cvmart/libevauth.git -b [branch] [/path/to/your/libevauth] ``` 其中[branch]为对应平台的分支,比如x86下的tensorrt对应分支trt_x86_64 其中[/path/to/your/libevauth]是你要存放的文件目录 #### 使用说明 在编译EVDeploy时,添加cmake选项 -Devauth_DIR=[/path/to/your/libevauth]