Ziming Zhong
Ziming Zhong
try this kornia.color.rgb_to_grayscale()
When I change all `import json_dataset_amodalinmodalseg` to `import json_dataset_amodal` because the latter has no `pycocotools.coco_amodalinmodalseg`, but I get an error `File "/root/project/Amodal-Instance-Segmentation-through-KINS-Dataset/Reference Code/lib/datasets/json_dataset_amodal.py", line 242, in _add_gt_annotations valid_segms_amodal.append(obj['amodal']) KeyError: 'amodal'`...
Hi, qqlu I have changed `from .json_dataset_amodalinmodalseg import JsonDatasetAmodalInmodalSeg as JsonDataset` to `from .json_dataset import JsonDataset`. Is that the right change? When I find any dict without the right key...
All I need to do is changing 'segmentation' to 'sgem'? 
Thanks for providing code. But my dataset already was set in that type.  And When I use the KINS dataset, I will encounter the same issue. So maybe these...