简介 Picsearch是一种基于卷积神经网络特征的图像搜索引擎. Github:https://github.com/willard-yuan/CNN-for-Image-Retrieval Web Demo:http://yongyuan.name/pic/ 数据集 Caltech256图像数据集:包含29780张图像与256个类. 源码结构 The code is written by Python, and the web server is cherrypy. ├── 256feat2…