Closed mhyeonsoo closed 4 years ago
Hi, since you include semantic_head, 'with_seg' in LoadAnnotations should be manually set to true.
I found that detectoRS with htc does not use semantic segmentation, but I still can meet the error about not existence of semantic segmentation map. Why it requires map although it is without-semantic-seg option?
Hi, since you add 'semantic_roi_extractor' and 'semantic_head' in your config, try to remove these.
Bug Description I am trying to implement DetectoRS with own custom dataset, and I am getting an error which is AttributeError: 'NoneType' object has no attribute 'squeeze'
Reproduction
The config I am using is below.
I am using my own dataset which has coco format
Environment
Error traceback If applicable, paste the error trackback here.
When I debugged, I could see that pred_mask in fused_semantic_head.py has values which are not 0, but the labels was None. Could anyone suggest me the solution that I can try with?
Thank you!