|
@@ -122,8 +122,8 @@ For more advanced usage, please refer to the examples:
|
|
|
|
|
|
## FAQ
|
|
|
|
|
|
-- **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 convert JSON file to numpy array?** See [examples/tutorial](https://github.com/wkentaro/labelme/blob/master/examples/tutorial#convert-to-dataset).
|
|
|
+- **How to load label PNG file?** See [examples/tutorial](https://github.com/wkentaro/labelme/blob/master/examples/tutorial#how-to-load-label-png-file).
|
|
|
- **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).
|
|
|
|