# emo_bubble **Repository Path**: xiaowei305/emo_bubble ## Basic Information - **Project Name**: emo_bubble - **Description**: emotion bubble - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-02 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # emo_bubble #### 安装教程 1. 制作docker镜像 ``` docker build -t emo_bubble . ``` 2. 启动docker ``` bash run.sh ``` 3. 下载模型 百度网盘链接:https://pan.baidu.com/s/1hCZJDAN4Dwe_RYtsRqOlvg?pwd=9tin 提取码:9tin 模型下载之后,运行以下命令将模型转换为tensorrt ``` bash convert_trt.sh models/centerface.onnx bash convert_trt.sh models/recognition/insight_r34.onnx bash convert_trt.sh models/emotion/enet_b0_8_va_mtl.onnx ``` 4. 启动服务 ``` docker exec -it emo_bubble bash cd /workspace/emo_bubble/ python server.py ```