Cheng Wang

Results 6 comments of Cheng Wang

Maybe I did not make myself clear. Let's take config mask_rcnn_r50_fpn_caffe_AWD_SCB_DSL_SynCOCO2LIS.py for example. ```python test_lod_coco = dict( classes=('bicycle', 'car', 'motorbike', 'bus', 'bottle', 'chair', 'diningtable', 'tvmonitor'), type='CocoDataset', ... ) coco =...

Thank you for your reply! I am still a little confused about the raw format. In other datasets like SID, raw images are in RGGB bayer format within one channel....

The id mapping code in coco.py is https://github.com/Linwei-Chen/LIS/blob/36877b7297e7c563f74ce9b2af39269c856e9a6f/mmdetection/mmdet/datasets/coco.py#L52-L56 I didn't find any sort function in this file. By the way, did you observe any abnormal AP result of specified categories....

It seems the category in annotations has typos. You see, below I visualize lis data with their corresponding category id. 1 is labelled as car but mapped as chair in...

Thank you! That's indeed helpful.

> Thank you for your interest! The images in the LIS dataset are essentially the same as those in our previous work, LOD. The processing script is very simple: it...