Is it worth ot use Panoptic segmentation in this case? #3600
Unanswered
homuhumushomu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to analyze a set of images that consists on well defined objects (screwdrivers, hammers, nails, etc) sparsely on top a table. Sometimes the floor is also visible (i.e. the boundaries of the table are within the image). I need to find out:
What I have sucessfully achieved is training an Instance Segmentation model with MASK RCNN and detected each object. I was now going to extract pieces of the image in which objects are not present, match them agains the tables and through a majority vote find out which table it is.
But I was wondering if a panoptic segmentation will do the trick directly. Any hints or ideas?
Beta Was this translation helpful? Give feedback.
All reactions