Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Colab Notebook with a refactored README #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Update: Make sure to update and use evaluation script version 1.3

COCO-Text API http://vision.cornell.edu/se3/coco-text/

COCO-Text is a large dataset designed for text detection and recognition. This is a Python API that assists in loading, parsing and visualizing the annotations. The format of the COCO-Text annotations is also described on
the [project website](http://vision.cornell.edu/se3/coco-text/).
COCO-Text is a large dataset designed for text detection and recognition. This is a Python API that assists in loading, parsing and visualizing the annotations. The format of the COCO-Text annotations is also described on the [project website](http://vision.cornell.edu/se3/coco-text/).

In addition to this API, please download both the MSCOCO images, available on the [MSCOCO project website] (http://mscoco.org/dataset/#download) and the text annotations from the [coco-text website] (http://vision.cornell.edu/se3/coco-text/).
In addition to this API, please download both the MSCOCO images, available on the [MSCOCO project website](http://mscoco.org/dataset/#download) and the text annotations from the [coco-text website](http://vision.cornell.edu/se3/coco-text/).

This dataset is based on Microsoft COCO. Please visit http://mscoco.org/ for more information on COCO, including the image data, object annotatins and caption annotations.

Expand Down
Loading