Ver código fonte

Fix link of image classification example

Kentaro Wada 1 ano atrás
pai
commit
7328a7c702
1 arquivos alterados com 1 adições e 1 exclusões
  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)