# ImgClassify **Repository Path**: mengxinduhun/ImgClassify ## Basic Information - **Project Name**: ImgClassify - **Description**: 图像分类软件 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 5 - **Created**: 2020-04-16 - **Last Updated**: 2024-01-17 ## Categories & Tags **Categories**: image-processing **Tags**: None ## README **中文 | [English](./ReadMe_en.md)** [![Badge](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg?style=flat-square)](https://996.icu/#/zh_CN) [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE) [![Slack](https://img.shields.io/badge/slack-996icu-green.svg?style=flat-square)](https://join.slack.com/t/996icu/shared_invite/enQtNjI0MjEzMTUxNDI0LTkyMGViNmJiZjYwOWVlNzQ3NmQ4NTQyMDRiZTNmOWFkMzYxZWNmZGI0NDA4MWIwOGVhOThhMzc3NGQyMDBhZDc) [![HitCount](http://hits.dwyl.io/996icu/996.ICU.svg)](http://hits.dwyl.io/996icu/996.ICU) # 图像分类软件 ------ > * 可以通过修改param.dat文件来修改分类的快捷键。 > > ![param_dst.jpg](imgs/param_dst.jpg) > > * 打开param.dat输入以下内容: > > ![param.jpg](imgs/param.jpg) > > * 然后打开程序,可以看到快捷键的部分修改了。 > > ![show.jpg](imgs/show.jpg) ------ # 隐藏的按钮 > Ctrl+Z可以撤销上一步操作。 > > Ctrl+S可以保存当前进度,也就意味着你不能再撤销了。 > > 字母O和数字9都是划分到**OK**。 > > 字母N和数字0都是划分到**NG**。 ---