Update and rename blazepose_runsave.py to Blazepose_runsave.py

This commit is contained in:
David PAGNON 2023-01-09 01:04:17 +01:00 committed by GitHub
parent ef1e5a1798
commit 5415e3aaca
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>"
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)
python -m Blazepose_runsave -i "<input_file>" --display --save_images --to_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)
'''
@ -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>"
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)
python -m Blazepose_runsave -i "<input_file>" --display --save_images --to_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)
'''
# Retrieve arguments