color
venuszqm opened this issue · 1 comments
venuszqm commented
请问OnlineRetraining/segm/data/config下yaml文件里,比如pascal_voc.yml里
- color:
- 120
- 120
- 120
id: 0
name: background,这是怎么对应的吗,id和RGB颜色对应值和公开的好像不一样,公开的id0(背景)应该是0,0,0
Yingyue-L commented
Thank for your question! We just copy the color definition in the pascal_context.yml which created by Segmenter official code, and we haven't use it in our experiments.