lichen-community-systems / movementosc

Movement OSC detects body keypoints using Tensorflow.js' MoveNet models and sends data over OSC.
MIT License
2 stars 1 forks source link

Ensure all models are available offline #12

Closed colinbdclark closed 2 months ago

colinbdclark commented 2 months ago

Currently, the BlazePose models are loaded over the network due to a typo in the modelUrl configuration property. There's also CSP configuration set in the HTML that enables loading models from Kaggle. But since MovementOSC should work fully offline, this isn't necessary.