Ziming Zhong

Results 5 comments of 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'? ![image](https://user-images.githubusercontent.com/55894447/91026870-eea61500-e62d-11ea-9484-9b4f54a3d352.png)

Thanks for providing code. But my dataset already was set in that type. ![image](https://user-images.githubusercontent.com/55894447/91028980-c79d1280-e630-11ea-98b0-e5f8be2eb071.png) And When I use the KINS dataset, I will encounter the same issue. So maybe these...