mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
16 lines
567 B
Bash
Executable File
16 lines
567 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
|
|
# Script for internal use. We might completely change it continuously and we will not answer questions about it.
|
|
|
|
# USAGE EXAMPLE
|
|
# clear && clear && make all -j`nproc` && bash ./scripts/tests/speed_test.sh
|
|
|
|
# # Go back to main folder
|
|
# cd ../../
|
|
|
|
# Get model speed
|
|
~/devel/openpose_caffe_train/build/tools/caffe time -gpu 0 -model /mnt/DataUbuntu/openpose_train/training_results_light/pose/pose_training.prototxt
|
|
# ./3rdparty/caffe/build/tools/caffe time -gpu 0 -model /mnt/DataUbuntu/openpose_train/training_results_light/pose/pose_training.prototxt
|