Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is the SOTA results? #5

Open
gongyan1 opened this issue Jan 3, 2024 · 0 comments
Open

where is the SOTA results? #5

gongyan1 opened this issue Jan 3, 2024 · 0 comments

Comments

@gongyan1
Copy link

gongyan1 commented Jan 3, 2024

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant