|
1 | 1 | <img src="scenarios/media/logo_cvbp.png" align="right" alt="" width="300"/> |
2 | 2 |
|
3 | 3 | ```diff |
4 | | -+ March 27: Released v1.1 with new and improved |
5 | | -+ functionality for image retrieval, object detection, |
6 | | -+ keypoint detection and action recognition. |
7 | | -+ For additional details, please refer to our releases page. |
| 4 | ++ Update June 24: Added action recognition as new core scenario. |
| 5 | ++ Object tracking coming soon (in 2-4 weeks). |
8 | 6 | ``` |
9 | 7 |
|
10 | 8 | # Computer Vision |
@@ -56,10 +54,10 @@ The following is a summary of commonly used Computer Vision scenarios that are c |
56 | 54 | | [Detection](scenarios/detection) | Base | Object Detection is a technique that allows you to detect the bounding box of an object within an image. | |
57 | 55 | | [Keypoints](scenarios/keypoints) | Base | Keypoint detection can be used to detect specific points on an object. A pre-trained model is provided to detect body joints for human pose estimation. | |
58 | 56 | | [Segmentation](scenarios/segmentation) | Base | Image Segmentation assigns a category to each pixel in an image. | |
59 | | -| [Action recognition](contrib/action_recognition) | Contrib | Action recognition to identify in video/webcam footage what actions are performed (e.g. "running", "opening a bottle") and at what respective start/end times.| |
| 57 | +| [Action recognition](scenarios/action_recognition) | Base | Action recognition to identify in video/webcam footage what actions are performed (e.g. "running", "opening a bottle") and at what respective start/end times. We also implemented the i3d implementation of action recognition that can be found under (contrib)[contrib]. | |
60 | 58 | | [Crowd counting](contrib/crowd_counting) | Contrib | Counting the number of people in low-crowd-density (e.g. less than 10 people) and high-crowd-density (e.g. thousands of people) scenarios.| |
61 | 59 |
|
62 | | -We separate the supported CV scenarios into two locations: (i) **base**: code and notebooks within the "utils_cs" and "scenarios" folders which follow strict coding guidelines, are well tested and maintained; (ii) **contrib**: code and other assets within the "contrib" folder, mainly covering less common CV scenarios using bleeding edge state-of-the-art approaches. Code in "contrib" is not regularly tested or maintained. |
| 60 | +We separate the supported CV scenarios into two locations: (i) **base**: code and notebooks within the "utils_cv" and "scenarios" folders which follow strict coding guidelines, are well tested and maintained; (ii) **contrib**: code and other assets within the "contrib" folder, mainly covering less common CV scenarios using bleeding edge state-of-the-art approaches. Code in "contrib" is not regularly tested or maintained. |
63 | 61 |
|
64 | 62 | ## Computer Vision on Azure |
65 | 63 |
|
|
0 commit comments