Yang7879 / 3D-BoNet

🔥3D-BoNet in Tensorflow (NeurIPS 2019, Spotlight)

Home Page:https://arxiv.org/abs/1906.01140

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于 instance labels

zz-3280 opened this issue · comments

感谢杨博士能抽时间看看我的问题,我在尝试做同样的数据的格式,但是对instance label的ID编码规则不是很清楚。语义分割是按照13个类别的顺序按照0-12的规则对应,那么实例分割是按怎样的顺序呢?我看到实例的ID到40多了,希望能得到你的讲解。

hi @zz-3280, the instance label is simply starting from 0(or 1 or whichever number you like) and then adding 1 by 1. Basically, that label is the index for an individual instance.