We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73df17 commit 00156ffCopy full SHA for 00156ff
1 file changed
Sources/module.modulemap
@@ -1,9 +1,9 @@
1
-module PoseDecoder {
+module KeypointDecoder {
2
header "include/KeypointDecoder.h"
3
export *
4
}
5
6
-module PoseDecoderCPP {
+module KeypointDecoderCPP {
7
header "include/keypoint_postprocess.h"
8
9
0 commit comments