We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6a65b commit 2230db8Copy full SHA for 2230db8
src/ImageMask/index.js
@@ -64,6 +64,7 @@ export const ImageMask = ({
64
loadImage(imageSrc).then((imageData) => {
65
autoseg.setConfig({
66
classNames: regionClsList,
67
+ ...autoSegmentationOptions,
68
})
69
autoseg.loadImage(imageData)
70
setSampleImageData(imageData)
0 commit comments