WXinlong / SOLO

SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to test after one epoch?

songyangsun opened this issue · comments

now,only test at last. How to test after one epoch?

@songyangsun have you found a method to do it?

if you use configs/solo/solo_r50_fpn_8gpu_1x.py, you change "workflow = [('train',1),('val',1)]" in configs/solo/solo_r50_fpn_8gpu_1x.py.

i try it

if you use configs/solo/solo_r50_fpn_8gpu_1x.py, you change "workflow = [('train',1),('val',1)]" in configs/solo/solo_r50_fpn_8gpu_1x.py.

I try it,but it can't do eval in SOLO. Can you do eval and print mAP result?

if you use configs/solo/solo_r50_fpn_8gpu_1x.py, you change "workflow = [('train',1),('val',1)]" in configs/solo/solo_r50_fpn_8gpu_1x.py.

I try it,but it can't do eval in SOLO. Can you do eval and print mAP result?

I use mmdetection to solve it,please refer to it.