Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwea123 authored Jul 11, 2018
1 parent 9cce48b commit 1676603
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# fish_detection

This repository contains a tutorial of fish detection using Open Images Dataset and Tensorflow Object Detection.

Here is the final result (using googled images):
![result](images/result.png)

# Data preparation

the Open Images Dataset is downloadable from [cvdfoundation](https://github.com/cvdfoundation/open-images-dataset#download-images-with-bounding-boxes-annotations), of size 513GB. It took around 13 hours with 10MB/s network speed.
the [Open Images Dataset](https://storage.googleapis.com/openimages/web/index.html) is downloadable from [cvdfoundation](https://github.com/cvdfoundation/open-images-dataset#download-images-with-bounding-boxes-annotations), of size 513GB. It took around 13 hours with 10MB/s network speed.

Download all the images along with the annotations.

Expand Down Expand Up @@ -188,7 +193,7 @@ Modify the "Detection" cell, set `TEST_IMAGE_PATHS` correctly (increase the `ran

Execute the cells from the top to the bottom, skipping the "Download model" cell.

You should see your detection result!
You can see your detection result, which should be comparable to mine at the beginning of this readme!

# Errors I encountered

Expand Down

0 comments on commit 1676603

Please sign in to comment.