Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zddhub/opensse
Open Sketch Search Engine- 3D object retrieval based on sketch image as input
https://github.com/zddhub/opensse
search search-engine sketch sse
Last synced: 4 days ago
JSON representation
Open Sketch Search Engine- 3D object retrieval based on sketch image as input
- Host: GitHub
- URL: https://github.com/zddhub/opensse
- Owner: zddhub
- License: other
- Created: 2014-03-01T11:23:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T13:36:24.000Z (over 2 years ago)
- Last Synced: 2024-12-11T08:04:22.723Z (11 days ago)
- Topics: search, search-engine, sketch, sse
- Language: C++
- Homepage: https://opensse.com
- Size: 2.34 MB
- Stars: 959
- Watchers: 72
- Forks: 157
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenSSE: Open Sketch Search Engine [![Build Status](https://travis-ci.org/zddhub/opensse.svg?branch=master)](https://travis-ci.org/zddhub/opensse)
==================================[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/zddhub/opensse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Hello everybody!
I'm very interested in [Mathias Eitz's works](http://cybertron.cg.tu-berlin.de/eitz/projects/sbsr/) on SIGGRAPH 2012, so I developed OpenSSE, Just for fun.
This is an open source sketch search engine for 3D object retrieval based on sketch image as input. In fact, it can retrieve more, such as images, videos, point cloud models and volume models, you just need get their line drawing images than I know you can.
In order to clearly show how to work, I used single thread and ascii encoding for file storage.
Zhang Dongdong
Demo powered by OpenSSE
=======================* [Open Sketch Search](https://www.opensse.com/)
This demo deals with 3D mesh models. See more search results, click [demo videos](https://www.opensse.com/).
[![Sketch search demo](data/opensse.gif "Sketch search demo")](https://www.opensse.com/)
* [Open Sketch Recognize](https://sr.opensse.com/)
Recognize input sketch image, you can try it via [web version](http://online.opensse.com/). See more search results, click [demo videos](https://sr.opensse.com/).
[![Sketch recognize demo](data/opensr.gif "Sketch recognize demo")](https://sr.opensse.com/)
Interesting demo
================*Note:* The below demos are **NOT** powered by OpenSSE, but I think they share the same field. And also I am very interested in them, so list here:
- [AutoDraw](https://www.autodraw.com/)
- [QuickDraw](https://quickdraw.withgoogle.com/)How to install
==============After installed OpenSSE's dependency - [OpenCV 3.0.0+](http://opencv.org/), You can compile and install it like below:
```sh
mkdir release && cd release
cmake ..
make
make install
```OpenSSE Wiki
============
More detail info, go to [OpenSSE Wiki](https://github.com/zddhub/opensse/wiki)Todo List
=========
- [ ] Recognize sketch
- [ ] Speed up train steps
- [ ] Support big image setThanks
======
- [Mathias Eitz](http://cybertron.cg.tu-berlin.de/eitz/)
- [Szymon Rusinkiewicz](http://www.cs.princeton.edu/~smr/)
- [SHREC 2012 - 2014](http://www.itl.nist.gov/iad/vug/sharp/contest/2014/Generic3D/index.html)
- [Tilke Judd](http://people.csail.mit.edu/tjudd/)License
=======[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
Contact me
==========If you have any question or idea, please [email to me](mailto:[email protected]).