UX-Decoder/Semantic-SAM

semantic label function

haoxiangzhaotju opened this issue · 1 comments

求问各位大佬

请问怎么获得每个mask的语义标签啊,我在config files中找到了 SEMANTIC_ON: True 这个参数,是设置成True就可以在output中找到嘛?

数据集下载完之后的目录结构应该是怎样的?

是需要单独运行一下semantic_sam/body/encoder/ops/make.sh这个程序吗

语义标签的模型目前还没有放出来,敬请期待!
你需要下载SA-1B的数据,结构不用改变。
semantic_sam/body/encoder/ops/make.sh是用来build deformable attention的,与数据目录结构无关