Skip to content

Commit 6e81592

Browse files
OpenPose v1.2.1
1 parent 3d9d947 commit 6e81592

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
3434
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
3535
DYNAMIC_VERSION_MAJOR := 1
3636
DYNAMIC_VERSION_MINOR := 2
37-
DYNAMIC_VERSION_REVISION := 0
37+
DYNAMIC_VERSION_REVISION := 1
3838
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
3939
#DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
4040
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)

doc/release_notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ OpenPose Library - Release Notes
151151

152152

153153

154-
## Current version (future OpenPose 1.2.1)
154+
## OpenPose 1.2.1 (Jan 9, 2018)
155155
1. Main improvements:
156156
1. Heatmaps can be saved in floating format.
157157
2. More efficient non-processing version (i.e., if all keypoint extractors are disabled, and only image extraction and display/saving operations are performed).
@@ -165,3 +165,7 @@ OpenPose Library - Release Notes
165165
1. Render working on images > 4K (#324).
166166
2. Cleaned redundant arguments on `getAverageScore` and `getKeypointsArea`.
167167
3. Slight speed up when heatmaps must be returned to the user (not doing a double copy anymore).
168+
169+
170+
171+
## Current version (future OpenPose 1.3.0)

src/openpose/gui/gui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace op
99
{
10-
const std::string OPEN_POSE_TEXT{"OpenPose 1.2.0"};
10+
const std::string OPEN_POSE_TEXT{"OpenPose 1.2.1"};
1111

1212
inline void showGuiHelp()
1313
{

windows/OpenPose/OpenPose.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</CudaCompile>
6565
<Link>
6666
<AdditionalLibraryDirectories>$(CUDA_PATH_V8_0)\lib\x64\;$(PYTHON_LIB);$(CudaToolkitLibDir);%(AdditionalLibraryDirectories);%(AdditionalLibraryDirectories);</AdditionalLibraryDirectories>
67-
<Version>1.2.0</Version>
67+
<Version>1.2</Version>
6868
</Link>
6969
</ItemDefinitionGroup>
7070
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

0 commit comments

Comments
 (0)