BodySegmentation: flipped option doesn't work
manuel-martos opened this issue · 1 comments
manuel-martos commented
ziyuan-linn commented
Hi @manuel-martos, thank you for reporting this!
When the flipped
option is set to true
, ml5.js sets flipHorizontal
to true in the config object of the underlying Tensorflow.js models. I looked into the issue and discovered that the flipHorizontal
option is documented but never implemented in the underlying tfjs body-segmentation model.
I am opening a PR to implement the flipping feature in ml5.js.