Skip to content

Commit

Permalink
OpenPose 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gineshidalgo99 committed Sep 20, 2017
1 parent d423db5 commit 4ff9bb3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ LIBRARY_NAME := $(PROJECT)
LIB_BUILD_DIR := $(BUILD_DIR)/lib
STATIC_NAME := $(LIB_BUILD_DIR)/lib$(LIBRARY_NAME).a
DYNAMIC_VERSION_MAJOR := 1
DYNAMIC_VERSION_MINOR := 0
DYNAMIC_VERSION_REVISION := 2
DYNAMIC_VERSION_MINOR := 1
DYNAMIC_VERSION_REVISION := 0
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
7 changes: 6 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,16 @@ OpenPose Library - Release Notes



## Current version (future OpenPose 1.1.0)
## OpenPose 1.1.0
1. Main improvements:
1. Added CMake installer for Ubuntu.
2. Added how to use keypoint data in `examples/tutorial_wrapper/`.
3. Added flag for warnings of type `-Wsign-compare` and removed in code.
4. Slightly improved accuracy by considering ears-shoulder connection (e.g. 0.4 mAP for 1 scale in validation set).
2. Main bugs fixed:
1. Windows version crashing with std::map copy.



## Current version (future OpenPose 1.1.1)
1. Main improvements:
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.0.2"};
const std::string OPEN_POSE_TEXT{"OpenPose 1.1.0"};

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.0.2</Version>
<Version>1.1.0</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down

0 comments on commit 4ff9bb3

Please sign in to comment.