Skip to content

Commit

Permalink
Add yolo to main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iitzco committed Aug 15, 2018
1 parent 35c158f commit 97c0b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This index will take you to all models of the category, regardless framework
- #### Tensorflow:
- [SSD MobileNet trained on Coco](./ssd_mobilenet_v2_coco/): Locate and classify objects into 80 classes with high speed.
- [FasterRCNN Resnet 50 trained Coco](./faster_rcnn_resnet50_coco/): Locate and classify objects into 80 classes with a high accuracy.
- [YOLOv2 trained Coco](./yolov2_coco/): Locate and classify objects into 80 classes with high speed.

## Instance Segmentation

Expand Down

0 comments on commit 97c0b42

Please sign in to comment.