HTC/DetectoRS coco_instance_semantic.py--stuffthings #9102
-
📚 The doc issue我想问一下datasets/coco_instance.py与datasets/coco_instance_semantic.py两个文件所对应的任务有什么区别?我认为都是实例分割任务,对于coco_instance_semantic.py中的stuffthingmaps/train2017/起到什么作用在HTC/DetectoRS中 Suggest a potential alternative/fixNo response |
Beta Was this translation helpful? Give feedback.
Answered by
hhaAndroid
Oct 19, 2022
Replies: 2 comments
-
@lllyyqq The only difference is that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
-
OK, I see.Thanks!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@lllyyqq The only difference is that
coco_instance_semantic
will additionally load semantic segmentation labels. For some instance segmentation algorithms, semantic segmentation branch assistance may be required.