提交 2fe8292c 编写于 作者: R Raaj 提交者: Gines

Windows-Python compile error fixed (#1020)

上级 f3ab8def
### 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)
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册