Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zddhub committed Apr 27, 2017
1 parent 9afbdf5 commit 6f480c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ Sketch database comes from Mathias Eitz's paper [How Do Humans Sketch Objects? A
If you want to train your database, please refer to [OpenSSE Wiki](https://github.com/zddhub/opensse/wiki/How-to-train-data), you will get your own `sketches_filelist``sketches_index_file` and `vocabulary` file, and then update `config.json`.


Play with Tensorflow
====================

I have already extracted features from [Eitz's database](http://cybertron.cg.tu-berlin.de/eitz/projects/classifysketch/) under `data` folder. `sketches` includes 20000 images x 1000bins, the feature is based on `bag of words`, not pure feature.

If you install [Tensorflow](https://www.tensorflow.org) and you can play with:

```sh
python3 trytf.py
```


Thanks
======
- [Mathias Eitz](http://cybertron.cg.tu-berlin.de/eitz/)
Expand Down

0 comments on commit 6f480c4

Please sign in to comment.