task-conditioned icon indicating copy to clipboard operation
task-conditioned copied to clipboard

where is the SOTA results?

Open gongyan1 opened this issue 1 year ago • 0 comments

I want to plot the curve of miss rate. However, the necessary files of other methods are missing. Thank you.

detections_all['MSDS'] = parse_detections('det_coco','results/SOTA/MSDS.json')

detections_all['MSDS_sanitized'] = parse_detections('det_coco','results/SOTA/MSDS_sanitized.json')

detections_all['IAF'] = parse_detections('det_coco','results/SOTA/IAF.json')

detections_all['Early fusion'] = parse_detections('det_coco','results/SOTA/early_fusion.json')

detections_all['Late fusion'] = parse_detections('det_coco','results/SOTA/late_fusion.json')

detections_all['RCNN thermal'] = parse_detections('det_coco','results/SOTA/KAIST_thermal.json')

detections_all['RCNN rgb'] = parse_detections('det_coco','results/SOTA/KAIST_rgb.json')

detections_all['YOLO TLV'] = parse_detections('det_coco','results/SOTA/yolov2_VLT.json')

detections_all['Bottom-up'] = parse_detections('det_coco','results/SOTA/bottom_up.json')

detections_all['Ours visible'] = parse_detections('det_coco','results/ours/ours_visible.json')

detections_all['Ours TC Det'] = parse_detections('det_coco','results/ours/tc_det.json')

gongyan1 avatar Jan 03 '24 12:01 gongyan1