Update Blazepose_runsave.py

This commit is contained in:
David PAGNON 2023-02-20 12:15:39 +01:00 committed by GitHub
parent 8a8c284438
commit 3872d12dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,10 @@
You may also need to install tables: `pip install tables`
Usage:
python -m Blazepose_runsave -i "<input_file>" --display --save_images --to_video --to_csv --to_h5 --to_json --model_complexity 2 -o "<output_folder>"
python -m Blazepose_runsave -i "<input_file>" --display --save_images --save_video --to_csv --to_h5 --to_json --model_complexity 2 -o "<output_folder>"
OR python -m Blazepose_runsave -i "<input_file>" --display --to_json --save_images
OR python -m Blazepose_runsave -i "<input_file>" -dJs
OR from Pose2Sim.Utilities import Blazepose_runsave; Blazepose_runsave.blazepose_detec_func(input_file=r'input_file', save_images=True, to_json=True, model_)
OR from Pose2Sim.Utilities import Blazepose_runsave; Blazepose_runsave.blazepose_detec_func(input_file=r'input_file', save_images=True, to_json=True, model_complexity=2)
'''
@ -133,10 +133,10 @@ def blazepose_detec_func(**args):
You may also need to install tables: `pip install tables`
Usage:
python -m Blazepose_runsave -i "<input_file>" --display --save_images --to_video --to_csv --to_h5 --to_json --model_complexity 2 -o "<output_folder>"
python -m Blazepose_runsave -i "<input_file>" --display --save_images --save_video --to_csv --to_h5 --to_json --model_complexity 2 -o "<output_folder>"
OR python -m Blazepose_runsave -i "<input_file>" --display --to_json --save_images
OR python -m Blazepose_runsave -i "<input_file>" -dJs
OR import Blazepose_runsave; Blazepose_runsave.blazepose_detec_func(input_file=r'input_file', save_images=True, to_json=True)
OR from Pose2Sim.Utilities import Blazepose_runsave; Blazepose_runsave.blazepose_detec_func(input_file=r'input_file', save_images=True, to_json=True, model_complexity=2)
'''
# Retrieve arguments