Skip to content

Commit

Permalink
Update json output file name (#2265)
Browse files Browse the repository at this point in the history
Co-authored-by: Ginés Hidalgo <gineshidalgo99@gmail.com>
  • Loading branch information
BillTheBobJr and gineshidalgo99 authored Dec 11, 2023
1 parent 019a867 commit a8dd085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/02_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ There are 2 alternatives to save the OpenPose output. But both of them follow th

2. (Deprecated) `--write_keypoint` uses the OpenCV `cv::FileStorage` default formats, i.e., JSON (if OpenCV 3 or higher), XML, and YML. It only prints 2D body information (no 3D or face/hands).

(Low level details) If you wanted to change anything in this file format (e.g., the output file name), you could check and/or modify [peopleJsonSaver.cpp](../src/openpose/filestream/peopleJsonSaver.cpp).



Expand Down

0 comments on commit a8dd085

Please sign in to comment.