Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 8, 2018
1 parent 55ce2ef commit 9af0852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/wkentaro/labelme/blob/master/labelme/icons/icon.png" align="right" />
<img src="https://github.com/wkentaro/labelme/blob/master/labelme/icons/icon.png?raw=true" align="right" />

# labelme: Image Polygonal Annotation with Python

Expand All @@ -11,7 +11,7 @@ Labelme is a graphical image annotation tool inspired by <http://labelme.csail.m
It is written in Python and uses Qt for its graphical interface,
and supports annotations for semantic and instance segmentation.

<img src="https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation/.readme/annotation.jpg" width="80%" />
<img src="https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation/.readme/annotation.jpg?raw=true" width="80%" />
Fig 1. Example of annotations for instance segmentation.


Expand Down Expand Up @@ -128,7 +128,7 @@ For more advanced usage, please refer to the examples:

## Screencast

<img src="https://github.com/wkentaro/labelme/blob/master/.readme/screencast.gif" width="70%"/>
<img src="https://github.com/wkentaro/labelme/blob/master/.readme/screencast.gif?raw=true" width="70%"/>


## Testing
Expand Down

0 comments on commit 9af0852

Please sign in to comment.