how to use segment for objects?
#3
by
paul91
- opened
how to use segment objects? Do not find reference codes?
Hello 👋 the model outputs segmentation tokens, and then there's a separate neural network to decode it to a segmentation mask. In this demo you can see I put the code in parts and one part consists of utils to do it, and there's a separate segmentation parsing function to parse inference output. Does it sound good?
This comment has been hidden