diff --git a/README.md b/README.md index 7644d7aea30de95709c2e7801c480fe12a336eaa..a4445490d5cd95198153a69c52ce109bb110b60f 100644 --- a/README.md +++ b/README.md @@ -82,15 +82,15 @@ Most users do not need the [OpenPose C++ API](#openpose-c-api), but they can sim - **OpenPose Wrapper**: If you want to read a specific input, and/or add your custom post-processing function, and/or implement your own display/saving, check the `Wrapper` tutorial on [examples/tutorial_wrapper/](examples/tutorial_wrapper/). You can create your custom code on [examples/user_code/](examples/user_code/) and quickly compile it by using `make all` in the OpenPose folder (assuming Makefile installer). -- **Adding An Extra Module**: Check [doc/library_add_new_module.md](./library_add_new_module.md). - - **OpenPose C++ API**: See [doc/library_introduction.md](doc/library_introduction.md). -- **Standalone Face Or Hand Detector**: - - Face keypoint detection without body keypoint detection: If you want to speed it up (but also reduce amount of detected faces), check the OpenCV-face-detector approach in [doc/standalone_face_or_hand_keypoint_detector.md](doc/standalone_face_or_hand_keypoint_detector.md). - - You can use the hand and/or face keypoint detectors with your own face or hand detectors, rather than using the body detector. E.g. useful for camera views at which the hands are visible but not the body, so that the OpenPose detector would fail. See [doc/standalone_face_or_hand_keypoint_detector.md](doc/standalone_face_or_hand_keypoint_detector.md). +- **Adding an extra module**: Check [doc/library_add_new_module.md](./library_add_new_module.md). + +- **Standalone face or hand detector**: + - **Face** keypoint detection **without body** keypoint detection: If you want to speed it up (but also reduce amount of detected faces), check the OpenCV-face-detector approach in [doc/standalone_face_or_hand_keypoint_detector.md](doc/standalone_face_or_hand_keypoint_detector.md). + - **Use your own face/hand detector**: You can use the hand and/or face keypoint detectors with your own face or hand detectors, rather than using the body detector. E.g. useful for camera views at which the hands are visible but not the body (OpenPose detector would fail). See [doc/standalone_face_or_hand_keypoint_detector.md](doc/standalone_face_or_hand_keypoint_detector.md). -- **Library Dependencies**: OpenPose uses default Caffe and OpenCV, as well as any Caffe dependency. The demos additionally use GFlags. It could easily be ported to other deep learning frameworks (Tensorflow, Torch, ...). Feel free to make a pull request if you implement any of those! +- **Library dependencies**: OpenPose uses default Caffe and OpenCV, as well as any Caffe dependency. The demos additionally use GFlags. It could easily be ported to other deep learning frameworks (Tensorflow, Torch, ...). Feel free to make a pull request if you implement any of those! diff --git a/doc/release_notes.md b/doc/release_notes.md index 6fb244bf4a85d377d3308ae69d37d27c1be81e22..ad2875a579119f2f7fe8ffcc46b14f3c032273dc 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -152,3 +152,5 @@ OpenPose Library - Release Notes ## Current version (future OpenPose 1.2.1) +3. Main bugs fixed: + 1. Render working on images > 4K (#324). diff --git a/windows/OpenPose/OpenPose.vcxproj b/windows/OpenPose/OpenPose.vcxproj index 7ac7d07e365b9cde3e0d247df18593d8cadb7f0e..5fbf7258a595e0e223e8aa692139a4292796c59a 100644 --- a/windows/OpenPose/OpenPose.vcxproj +++ b/windows/OpenPose/OpenPose.vcxproj @@ -126,6 +126,9 @@ + + + @@ -269,6 +272,8 @@ + + diff --git a/windows/OpenPose/OpenPose.vcxproj.filters b/windows/OpenPose/OpenPose.vcxproj.filters index e030f6168123d82b82456a2bc3b07f98fc93a614..bdf784022cf6aacb1319af12dfacb371c6de39b7 100644 --- a/windows/OpenPose/OpenPose.vcxproj.filters +++ b/windows/OpenPose/OpenPose.vcxproj.filters @@ -75,6 +75,15 @@ {b47060c5-db00-4436-94f9-e20bb1ba71db} + + {c072f156-f705-4e3f-a828-a2e14361a3aa} + + + {41a8ee1c-20c0-4b08-889e-017624f22b2e} + + + {24e85903-dd30-4fe6-af6f-154724a96a70} + @@ -524,6 +533,15 @@ Header Files\wrapper + + Header Files\experimental\tracking + + + Header Files\experimental\tracking + + + Header Files\experimental\tracking + @@ -777,6 +795,12 @@ Source Files\wrapper + + Source Files\experimental\tracking + + + Source Files\experimental\tracking +