Update DLC_to_OpenPose.py

This commit is contained in:
David PAGNON 2023-01-05 19:46:54 +01:00 committed by GitHub
parent d98e115654
commit 3a584a57c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
########################################################
Translates DeepLabCut (h5) 2D pose estimation files into OpenPose (json) files.
You may need ton install tables: 'pip install tables' or 'conda install pytables'
You may need to install tables: 'pip install tables' or 'conda install pytables'
Usage:
python -m DLC_to_OpenPose -i "<input_h5_file>" -o "<output_json_folder>"