How can I edit the contour colour in toBinaryMask in @tensorflow-models/body-segmentation?
I am using @tensorflow-models/body-segmentation and the contour colour always defaults to rgb(0,255,255). I’m using the toBinaryMask function to segment people from their background and I want the contour to be rgb(0,0,0).