Skip to content

Commit

Permalink
OpenPose v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gineshidalgo99 committed Jan 9, 2018
1 parent 3d9d947 commit 6e81592
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LIB_BUILD_DIR := $(BUILD_DIR)/lib
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
DYNAMIC_VERSION_MAJOR := 1
DYNAMIC_VERSION_MINOR := 2
DYNAMIC_VERSION_REVISION := 0
DYNAMIC_VERSION_REVISION := 1
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME).so
#DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR).$(DYNAMIC_VERSION_MINOR).$(DYNAMIC_VERSION_REVISION)
Expand Down
6 changes: 5 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ OpenPose Library - Release Notes



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



## Current version (future OpenPose 1.3.0)
2 changes: 1 addition & 1 deletion src/openpose/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace op
{
const std::string OPEN_POSE_TEXT{"OpenPose 1.2.0"};
const std::string OPEN_POSE_TEXT{"OpenPose 1.2.1"};

inline void showGuiHelp()
{
Expand Down
2 changes: 1 addition & 1 deletion windows/OpenPose/OpenPose.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</CudaCompile>
<Link>
<AdditionalLibraryDirectories>$(CUDA_PATH_V8_0)\lib\x64\;$(PYTHON_LIB);$(CudaToolkitLibDir);%(AdditionalLibraryDirectories);%(AdditionalLibraryDirectories);</AdditionalLibraryDirectories>
<Version>1.2.0</Version>
<Version>1.2</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down

0 comments on commit 6e81592

Please sign in to comment.