Skip to content

Commit

Permalink
Windows-Python compile error fixed (CMU-Perceptual-Computing-Lab#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulslicer authored and gineshidalgo99 committed Jan 15, 2019
1 parent f3ab8de commit 2fe8292
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tutorial_api_python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Add Python Test
configure_file(openpose_python.py openpose_python.py)
configure_file(openpose_test.py openpose_test.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)
2 changes: 1 addition & 1 deletion scripts/travis/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ $RUN_EXAMPLES == true ]] ; then
if [[ $WITH_PYTHON == true ]] ; then
echo "Python API C++: OpenPose demo..."
cd build/examples/tutorial_api_python
python openpose_python.py --net_resolution -1x32 --image_dir ../../../examples/media/ --write_json output/ --display 0 --render_pose 0
python openpose_test.py --net_resolution -1x32 --image_dir ../../../examples/media/ --write_json output/ --display 0 --render_pose 0
echo " "
# Note: All Python examples require GUI
fi
Expand Down

0 comments on commit 2fe8292

Please sign in to comment.