Skip to content

Commit

Permalink
added output images to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sovit-123 committed Apr 9, 2021
1 parent fb8428b commit 0bfb323
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions Deep-Learning-with-OpenCV-DNN-Module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@
│   ├── object_detection_classes_coco.txt
│   ├── ssd_mobilenet_v2_coco_2018_03_29.pbtxt.txt
│   └── video_1.mp4
├── outputs
│   ├── image_result.jpg
│   ├── result_image.jpg
│   └── video_result.mp4
├── python
│   ├── classification
│   │   ├── classify.py
│   │   └── README.md
│   └── detection
│   ├── detect_img.py
│   ├── detect_vid.py
│   ├── image_result.jpg
│   ├── README.md
│   └── video_result.mp4
│   ├── detection
│   │   ├── detect_img.py
│   │   └── detect_vid.py
│   └── requirements.txt
└── README.md
```

Expand Down Expand Up @@ -82,8 +84,20 @@ cd ..



## Outputs

### Image Classification

* ![](outputs/result_image.jpg)

### Object Detection

* ![](outputs/image_result.jpg)



# AI Courses by OpenCV

Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.

[![img](https://camo.githubusercontent.com/18c5719ef10afe9607af3e87e990068c942ae4cba8bd4d72d21950d6213ea97e/68747470733a2f2f7777772e6c6561726e6f70656e63762e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032302f30342f41492d436f75727365732d42792d4f70656e43562d4769746875622e706e67)](https://opencv.org/courses/)
[![img](https://camo.githubusercontent.com/18c5719ef10afe9607af3e87e990068c942ae4cba8bd4d72d21950d6213ea97e/68747470733a2f2f7777772e6c6561726e6f70656e63762e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032302f30342f41492d436f75727365732d42792d4f70656e43562d4769746875622e706e67)](https://opencv.org/courses/)

0 comments on commit 0bfb323

Please sign in to comment.