Skip to content

Commit a8dd085

Browse files
Update json output file name (#2265)
Co-authored-by: Ginés Hidalgo <gineshidalgo99@gmail.com>
1 parent 019a867 commit a8dd085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/02_output.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ There are 2 alternatives to save the OpenPose output. But both of them follow th
118118

119119
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).
120120

121+
(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).
121122

122123

123124

0 commit comments

Comments
 (0)