1 Star 0 Fork 0

kangchi/openpose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
Gines Hidalgo 提交于 2020-11-19 00:42 . Doc ordered in a more intuitive way
image: Visual Studio 2019
clone_folder: c:\openpose
build_script:
- mkdir build
- cd build
- cmake -DGPU_MODE=CPU_ONLY -G "Visual Studio 16 2019" -A x64 ..
- cmake --build . --config "Release"
after_build:
- ps: cd ..
- ps: mkdir artifacts
- ps: mkdir artifacts/bin
- ps: mkdir artifacts/examples
- ps: mkdir artifacts/examples/media
- ps: mkdir artifacts/include
- ps: mkdir artifacts/lib
- ps: Get-ChildItem -Path build/x64/Release/*.exe -Recurse -File | Copy-Item -Destination artifacts/bin
- ps: Get-ChildItem -Path build/x64/Release/*.dll -Recurse -File | Copy-Item -Destination artifacts/bin
- ps: Get-ChildItem -Path build/bin/*.dll -Recurse -File | Copy-Item -Destination artifacts/bin
- ps: Get-ChildItem -Path examples/media/* -Recurse -File | Copy-Item -Destination artifacts/examples/media
- ps: Copy-Item include/openpose -Recurse -Destination artifacts/include/
- ps: Copy-Item 3rdparty/windows/opencv/include/opencv2 -Recurse -Destination artifacts/include/
- ps: Get-ChildItem -Path build/*.lib -Recurse -File | Copy-Item -Destination artifacts/lib
- ps: Get-ChildItem -Path 3rdparty/*.lib -Recurse -File | Copy-Item -Destination artifacts/lib
- ps: Copy-Item models -Recurse -Destination artifacts/
- ps: cd artifacts
# - ps: 7z a ..\openpose.zip . # `artifacts` disabled
- ps: cd ..
# Test
- ps: .\artifacts\bin\OpenPoseDemo.exe --image_dir examples/media/ --net_resolution -1x32 --write_json output/ --write_images output/ --display 0
# `artifacts` disabled because of the AppVeyor crash: "Maximum allowed artifact storage size of 50000 Mb will be exceeded."
# artifacts:
# - path: openpose.zip
# name: OpenPose
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/kangchi/openpose.git
git@gitee.com:kangchi/openpose.git
kangchi
openpose
openpose
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385