File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ LIBRARY_NAME := $(PROJECT)
33
33
LIB_BUILD_DIR := $(BUILD_DIR ) /lib
34
34
STATIC_NAME := $(LIB_BUILD_DIR ) /lib$(LIBRARY_NAME ) .a
35
35
DYNAMIC_VERSION_MAJOR := 1
36
- DYNAMIC_VERSION_MINOR := 0
37
- DYNAMIC_VERSION_REVISION := 2
36
+ DYNAMIC_VERSION_MINOR := 1
37
+ DYNAMIC_VERSION_REVISION := 0
38
38
DYNAMIC_NAME_SHORT := lib$(LIBRARY_NAME ) .so
39
39
# DYNAMIC_SONAME_SHORT := $(DYNAMIC_NAME_SHORT).$(DYNAMIC_VERSION_MAJOR)
40
40
DYNAMIC_VERSIONED_NAME_SHORT := $(DYNAMIC_NAME_SHORT ) .$(DYNAMIC_VERSION_MAJOR ) .$(DYNAMIC_VERSION_MINOR ) .$(DYNAMIC_VERSION_REVISION )
Original file line number Diff line number Diff line change @@ -102,11 +102,16 @@ OpenPose Library - Release Notes
102
102
103
103
104
104
105
- ## Current version (future OpenPose 1.1.0)
105
+ ## OpenPose 1.1.0
106
106
1 . Main improvements:
107
107
1 . Added CMake installer for Ubuntu.
108
108
2 . Added how to use keypoint data in ` examples/tutorial_wrapper/ ` .
109
109
3 . Added flag for warnings of type ` -Wsign-compare ` and removed in code.
110
110
4 . Slightly improved accuracy by considering ears-shoulder connection (e.g. 0.4 mAP for 1 scale in validation set).
111
111
2 . Main bugs fixed:
112
112
1 . Windows version crashing with std::map copy.
113
+
114
+
115
+
116
+ ## Current version (future OpenPose 1.1.1)
117
+ 1 . Main improvements:
Original file line number Diff line number Diff line change 7
7
8
8
namespace op
9
9
{
10
- const std::string OPEN_POSE_TEXT{" OpenPose 1.0.2 " };
10
+ const std::string OPEN_POSE_TEXT{" OpenPose 1.1.0 " };
11
11
12
12
inline void showGuiHelp ()
13
13
{
Original file line number Diff line number Diff line change 64
64
</CudaCompile >
65
65
<Link >
66
66
<AdditionalLibraryDirectories >$(CUDA_PATH_V8_0)\lib\x64\;$(PYTHON_LIB);$(CudaToolkitLibDir);%(AdditionalLibraryDirectories);%(AdditionalLibraryDirectories);</AdditionalLibraryDirectories >
67
- <Version >1.0.2 </Version >
67
+ <Version >1.1.0 </Version >
68
68
</Link >
69
69
</ItemDefinitionGroup >
70
70
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
You can’t perform that action at this time.
0 commit comments