@@ -3,15 +3,15 @@ OpenPose Library - Release Notes
33
44
55
6- ## OpenPose 1.0.0rc1
6+ ## OpenPose 1.0.0rc1 (Apr 24, 2017)
771 . Initial version, main functionality:
88 1 . Body keypoint detection and rendering in Ubuntu 14 and 16.
99 2 . It can read an image directory, video or webcam.
1010 3 . It can display the results or storing them on disk.
1111
1212
1313
14- ## OpenPose 1.0.0rc2
14+ ## OpenPose 1.0.0rc2 (May 10, 2017)
15151 . Main improvements:
1616 1 . Rendering max resolution from 720p to >32k images.
1717 2 . Highly improved documentation.
@@ -22,7 +22,7 @@ OpenPose Library - Release Notes
2222
2323
2424
25- ## OpenPose 1.0.0rc3
25+ ## OpenPose 1.0.0rc3 (Jun 8, 2017)
26261 . Main improvements:
2727 1 . Added face keypoint detection.
2828 2 . Added Windows 10 compatibility.
@@ -44,7 +44,7 @@ OpenPose Library - Release Notes
4444
4545
4646
47- ## OpenPose 1.0.0
47+ ## OpenPose 1.0.0 (Jul 8, 2017)
48481 . Main improvements:
4949 1 . Added hand keypoint detection.
5050 2 . Windows branch merged to master branch.
@@ -74,7 +74,7 @@ OpenPose Library - Release Notes
7474
7575
7676
77- ## OpenPose 1.0.1
77+ ## OpenPose 1.0.1 (Jul 11, 2017)
78781 . Main improvements:
7979 1 . Windows library turned into DLL dynamic library (i.e. portable).
8080 2 . Improved documentation.
@@ -83,7 +83,7 @@ OpenPose Library - Release Notes
8383
8484
8585
86- ## OpenPose 1.0.2
86+ ## OpenPose 1.0.2 (Sep 3, 2017)
87871 . Main improvements:
8888 1 . Added OpenCV 3.3 compatibility.
8989 2 . Caffe turned into DLL library.
@@ -102,7 +102,7 @@ OpenPose Library - Release Notes
102102
103103
104104
105- ## OpenPose 1.1.0
105+ ## OpenPose 1.1.0 (Sep 19, 2017)
1061061 . Main improvements:
107107 1 . Added CMake installer for Ubuntu.
108108 2 . Added how to use keypoint data in ` examples/tutorial_wrapper/ ` .
@@ -113,7 +113,7 @@ OpenPose Library - Release Notes
113113
114114
115115
116- ## Current version (future OpenPose 1.2.0)
116+ ## OpenPose 1.2.0 (Nov 3, 2017 )
1171171 . Main improvements:
118118 1 . Speed increase when processing images with different aspect ratios. E.g. ~ 20% increase over 3.7k COCO validation images on 1 scale.
119119 2 . Huge speed increase and memory reduction when processing multi-scale. E.g. over 3.7k COCO validation images on 4 scales: ~ 40% (~ 770 to ~ 450 sec) speed increase, ~ 25% memory reduction (from ~ 8.9 to ~ 6.7 GB / GPU).
@@ -148,3 +148,7 @@ OpenPose Library - Release Notes
148148 1 . Scaling resize issue fixed: ~ 1-pixel offset due to not considering 0-based indexes.
149149 2 . Ubuntu installer script now works even if Python pip was not installed previously.
150150 3 . Flags to set first and last frame as well as jumping frames backward and forward now works on image directory reader.
151+
152+
153+
154+ ## Current version (future OpenPose 1.2.1)
0 commit comments