GithubHelp home page GithubHelp logo

object-detection-algorithm / selectivesearch Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 5.93 MB

目标检测 - SelectiveSearch算法实现

License: Apache License 2.0

Python 1.87% CMake 3.32% C++ 94.57% C 0.24%
selectivesearch graphsegmentation python cplusplus opencv disjoint-set object-detection

selectivesearch's Introduction

selectivesearch

Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

selectivesearch算法实现

OpenCV实现了论文Selective Search for Object Recognition提供的选择性搜索算法。当前仓库将整个工程进行重构,以便进一步的学习和使用

当前在Ubuntu 18.04下使用OpenCV 4.2.0

内容列表

背景

选择性搜索算法是R-CNN算法的一部分。仓库 AlpacaDB /selectivesearch实现了python版本;同时OpenCV也提供了选择性搜索算法的C++源码,不过里面封装的比较好,其源文件中包含了多个类定义和函数实现。为了更方便的学习选择性搜索算法,我将其实现进行了重构

安装

本地编译文档

$ pip install -r requirements.txt

本地编译程序

需要预先安装以下工具:

# Ubuntu 18.04
$ sudo apt install gcc g++ make cmake 

用法

文档浏览

有两种使用方式

  1. 在线浏览文档:selectivesearch

  2. 本地浏览文档,实现如下:

    $ git clone https://github.com/zjZSTU/selectivesearch.git
    $ cd selectivesearch
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

编译程序

编译如下:

$ cd cplusplus
$ cmake -S . -B cmake-build
$ cd cmake-build/
$ make

测试如下:

$ ./selectivesearch ../../imgs/000262.jpg q

主要维护人员

  • zhujian - Initial work - zjZSTU

致谢

引用

@article{UijlingsSelective,
  title={Selective Search for Object Recognition},
  author={Uijlings, J. R. R. and K. E. A. van de Sande…},
  journal={International Journal of Computer Vision},
  volume={104},
  number={2},
  pages={154-171},
}

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求。

注意:

许可证

Apache License 2.0 © 2020 zjZSTU

selectivesearch's People

Contributors

zjzstu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.