# nnie_mapper **Repository Path**: ml-inory/nnie_mapper ## Basic Information - **Project Name**: nnie_mapper - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-20 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nnie_mapper ## 安装 `apt-get install -y libjpeg-dev libpng-dev libtiff-dev` ## 使用 ### 优化模型 `python3 caffe_optim.py --prototxt xxx.prototxt --caffemodel xxx.caffemodel` 脚本依赖Caffe,在[这里](https://gitee.com/ml-inory/Caffe) ### 转换模型 `./nnie_mapper_12 example_config.txt` example_config.txt是转换模型的配置文件,请自行修改。 若提示库找不到,请先执行`source setup.sh`