forked from CMU-Perceptual-Computing-Lab/openpose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated submodules and TX2 JetPack scripts
- Loading branch information
1 parent
2fe8292
commit a620d41
Showing
23 changed files
with
30 additions
and
224 deletions.
There are no files selected for viewing
Submodule caffe
updated
47 files
Submodule pybind11
updated
27 files
+1 −0 | .appveyor.yml | |
+5 −4 | .travis.yml | |
+2 −0 | docs/advanced/cast/overview.rst | |
+1 −1 | docs/advanced/cast/stl.rst | |
+7 −3 | docs/faq.rst | |
+4 −1 | include/pybind11/attr.h | |
+16 −4 | include/pybind11/cast.h | |
+10 −4 | include/pybind11/detail/internals.h | |
+7 −1 | include/pybind11/embed.h | |
+4 −1 | include/pybind11/numpy.h | |
+51 −26 | include/pybind11/pybind11.h | |
+16 −6 | include/pybind11/stl.h | |
+1 −1 | setup.cfg | |
+1 −0 | tests/CMakeLists.txt | |
+7 −0 | tests/test_builtin_casters.cpp | |
+4 −0 | tests/test_builtin_casters.py | |
+13 −0 | tests/test_class.cpp | |
+6 −0 | tests/test_class.py | |
+15 −4 | tests/test_enum.py | |
+43 −0 | tests/test_gil_scoped.cpp | |
+80 −0 | tests/test_gil_scoped.py | |
+26 −0 | tests/test_smart_ptr.cpp | |
+21 −0 | tests/test_smart_ptr.py | |
+18 −0 | tests/test_stl.cpp | |
+21 −0 | tests/test_stl.py | |
+3 −0 | tools/FindPythonLibsNew.cmake | |
+3 −3 | tools/pybind11Tools.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
### Add Python Test | ||
configure_file(openpose_test.py openpose_test.py) | ||
configure_file(openpose_python.py openpose_python.py) | ||
configure_file(1_body_from_image.py 1_body_from_image.py) | ||
configure_file(2_whole_body_from_image.py 2_whole_body_from_image.py) | ||
configure_file(3_heatmaps_from_image.py 3_heatmaps_from_image.py) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from . import openpose_python as openpose_python | ||
from . import pyopenpose as pyopenpose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
129 changes: 0 additions & 129 deletions
129
scripts/ubuntu/Makefile.config.Ubuntu16_cuda9_JetsonTX2_caffe
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.