Skip to content

Question about data security #121

Answered by vladmandic
Nekronik asked this question in Q&A
Discussion options

You must be logged in to vote

Human library is fully self-contained and makes no external connections of any kind by itself unless user explicitly configures it to use externally hosted model weights (default is to load models from relative path, so no external connections are made) or to load images or video from an external URL (that is fully up to user). Note that even when weights are configured as externally hosted, they are just downloaded from the specified modelPath, library does not send or upload any data.

Library does not store or communicate any user or system data tracking, user provided inputs (images, video) or detection results.
Additionally, library does not utilize any analytic services (such as Goog…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nekronik
Comment options

Answer selected by Nekronik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants