Closed AmitMY closed 2 years ago
Implemented hacky support: https://github.com/AmitMY/pose-format/commit/1cc77b98d8e6bb71931c20539e3698cf901c9a16
Hack not implemented for confidence
, so it might fail for files with more than 150K frames, but the binary-parser
people might fix it, so no hacks are necessary.
Additionally, expecting this to be the next bottleneck: https://github.com/sign/translate/pull/30 As each generated frame buffer is currently stored in memory, and not encoded directly.
Implemented the hack for the confidence as well https://github.com/AmitMY/pose-format/commit/6b5d569eaeb72b8803a738d2a13b3093c2a6572b
Current Behavior
When opening small
.pose
files with the site, it works just fine, however, when trying to open very large files (half an hour of pose), it breaks.Expected Behavior
Site should be able to present arbitrarily long
.pose
files.Steps To Reproduce
Environment
Additional context
Console error:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_array_length