提交 7a2ca75a 编写于 作者: K Kentaro Wada

Update README.md

上级 db2687e1
<img src="labelme/icons/icon.png" align="right" />
<img src="https://github.com/wkentaro/labelme/blob/master/labelme/icons/icon.png" align="right" />
# labelme: Image Polygonal Annotation with Python
......@@ -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="examples/instance_segmentation/.readme/annotation.jpg" width="80%" />
<img src="https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation/.readme/annotation.jpg" width="80%" />
Fig 1. Example of annotations for instance segmentation.
......@@ -113,22 +113,22 @@ labelme data_annotated/ --labels labels.txt # specify label list with a file
For more advanced usage, please refer to the examples:
* [Tutorial (Single Image Example)](examples/tutorial)
* [Semantic Segmentation Example](examples/semantic_segmentation)
* [Instance Segmentation Example](examples/instance_segmentation)
* [Tutorial (Single Image Example)](https://github.com/wkentaro/labelme/blob/master/examples/tutorial)
* [Semantic Segmentation Example](https://github.com/wkentaro/labelme/blob/master/examples/semantic_segmentation)
* [Instance Segmentation Example](https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation)
## FAQ
- **How to convert JSON file to numpy array?** See [examples/tutorial](examples/tutorial).
- **How to load label.png generated by labelme_json_to_dataset?** See [examples/tutorial](examples/tutorial).
- **How to get annotations for semantic segmentation?** See [examples/semantic_segmentation](examples/semantic_segmentation).
- **How to get annotations for instance segmentation?** See [examples/instance_segmentation](examples/instance_segmentation).
- **How to convert JSON file to numpy array?** See [examples/tutorial](https://github.com/wkentaro/labelme/blob/master/examples/tutorial).
- **How to load label.png generated by labelme_json_to_dataset?** See [examples/tutorial](https://github.com/wkentaro/labelme/blob/master/examples/tutorial).
- **How to get annotations for semantic segmentation?** See [examples/semantic_segmentation](https://github.com/wkentaro/labelme/blob/master/examples/semantic_segmentation).
- **How to get annotations for instance segmentation?** See [examples/instance_segmentation](https://github.com/wkentaro/labelme/blob/master/examples/instance_segmentation).
## Screencast
<img src=".readme/screencast.gif" width="70%"/>
<img src="https://github.com/wkentaro/labelme/blob/master/.readme/screencast.gif" width="70%"/>
## Testing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册