mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 12:20:22 +00:00
17 lines
440 B
Bash
Executable File
17 lines
440 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
|
|
# Script for internal use. We might completely change it continuously and we will not answer questions about it.
|
|
|
|
# # Go back to main folder
|
|
# cd ../../
|
|
|
|
# Re-build
|
|
clear && clear && make all -j`nproc`
|
|
|
|
# Performance results (~1400)
|
|
./build/examples/openpose/openpose.bin --video soccer.mp4 --frame_last 1500
|
|
# Including 2nd graphics card (~3500)
|
|
# ./build/examples/openpose/openpose.bin --video soccer.mp4 --frame_last 3750
|