Browse Source

Fix link of image classification example

Kentaro Wada 1 year ago
parent
commit
7328a7c702
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -165,7 +165,7 @@ labelme data_annotated/ --labels labels.txt  # specify label list with a file
 
 ## Examples
 
-* [Image Classification](examples/image_classification)
+* [Image Classification](examples/classification)
 * [Bounding Box Detection](examples/bbox_detection)
 * [Semantic Segmentation](examples/semantic_segmentation)
 * [Instance Segmentation](examples/instance_segmentation)