1 Star 0 Fork 0

li-xirong / jingwei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Jingwei

Jingwei is an open-source testbed for evaluating methods for image tag assignment, tag refinement and tag-based image retrieval. It is developed as part of our survey effort, aiming to provide a timely reflection of the state-of-the-art in the field.

Methods implemented

Method Media Learning Code Platform
SemanticField tag instance-based python linux, windows
TagCooccur tag instance based Python linux, windows
TagRanking tag + image instance based Python linux, windows
KNN tag + image instance based C + Python linux, windows
TagVote tag + image instance based C + Python linux, windows
TagCooccur+ tag + image instance based C + Python linux, windows
TagProp tag + image model based C + Matlab + Python linux
TagFeature tag + image model based C + Python linux, windows
RelExample tag + image model based C + Python linux, windows
RobustPCA tag + image transduction based C + Matlab + Python linux

Code architecture: A high-level view

Python Dependencies

Training and Test Data

Setup

  • Modify Paths in start.sh (for linux/mac) and start.bat for windows.

This file includes several environment variables that the methods depend on, to select proper input and output folders. From a shell, you can prepare the environment for using the framework with:

$ source start.sh 
  • Configuration and Dependencies.

Depending on the method to be run, several different dependencies must be met and some external packages must be downloaded. The script setup.sh will report ready to run methods, depending on the available system packages. For some methods, it will also try to download and compile the provided libraries.

$ bash setup.sh 

Use a specific method

  • Scripts in doit provide step-by-step usages of each method.
  • Tutorials in samples show how to leverage the framework for solving varied tasks.

Citation

If you publish work that uses Jingwei, please cite our survey paper: Xirong Li, Tiberio Uricchio, Lamberto Ballan, Marco Bertini, Cees G. M. Snoek, Alberto Del Bimbo: Socializing the Semantic Gap: A Comparative Survey on Image Tag Assignment, Refinement and Retrieval, ACM Computing Surveys (CSUR), Volume 49, Issue 1, 14:1-14:39, June 2016

Contact

The MIT License (MIT) Copyright (c) 2015 li-xirong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

A framework for evaluating image tag assignment, tag refinement and tag-based image retrieval 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/li-xirong/jingwei.git
git@gitee.com:li-xirong/jingwei.git
li-xirong
jingwei
jingwei
master

搜索帮助