提交 8c86d146 编写于 作者: G gineshidalgo99

Version 1.0.2

上级 616ba21d
......@@ -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 := 0
DYNAMIC_VERSION_REVISION := 1
DYNAMIC_VERSION_REVISION := 2
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)
......
......@@ -3,7 +3,7 @@
This is a beta version that makes body + face + hand keypoint 3-D reconstruction and rendering for 1 person. We will not keep updating it nor solving questions/issues about it at the moment. It requires the user to be familiar with computer vision, in particular with camera calibration, i.e. extraction of intrinsic and extrinsic parameters.
The Windows steps were tested and worked in the OpenPose 1.0.1 version from the last GitHub commit on July 18th, 2017 in the [official repository](https://github.com/CMU-Perceptual-Computing-Lab/openpose). 3D OpenPose should work with any newer version to that one. However, in case it does not, open a GitHub issue and meanwhile use the mentioned version of July 18th.
The Windows steps were tested and worked in the OpenPose 1.0.2 version from the last GitHub commit on September 1st, 2017 in the [official repository](https://github.com/CMU-Perceptual-Computing-Lab/openpose). 3D OpenPose should work with any newer version to that one. However, in case it does not, open a GitHub issue and meanwhile use the mentioned version of July 18th.
......
......@@ -83,7 +83,7 @@ OpenPose Library - Release Notes
## Current version (future OpenPose 1.0.2)
## OpenPose 1.0.2
1. Main improvements:
1. Added OpenCV 3.3 compatibility.
2. Caffe turned into DLL library.
......@@ -99,3 +99,9 @@ OpenPose Library - Release Notes
2. Main bugs fixed:
1. Pycaffe can now be imported from Python.
2. Fixed `Tutorial/Wrapper` VS linking errors.
## Current version (future OpenPose 1.0.3)
1. Main improvements:
2. Main bugs fixed:
......@@ -7,7 +7,7 @@
namespace op
{
const std::string OPEN_POSE_TEXT{"OpenPose 1.0.1"};
const std::string OPEN_POSE_TEXT{"OpenPose 1.0.2"};
inline void showGuiHelp()
{
......
......@@ -64,7 +64,7 @@
</CudaCompile>
<Link>
<AdditionalLibraryDirectories>$(CUDA_PATH_V8_0)\lib\x64\;$(PYTHON_LIB);$(CudaToolkitLibDir);%(AdditionalLibraryDirectories);%(AdditionalLibraryDirectories);</AdditionalLibraryDirectories>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册