SOLO icon indicating copy to clipboard operation
SOLO copied to clipboard

How to test after one epoch?

Open songyangsun opened this issue 2 years ago • 4 comments

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

songyangsun avatar May 06 '22 10:05 songyangsun

@songyangsun have you found a method to do it?

HuygheB avatar Jun 07 '22 15:06 HuygheB

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.

hiiro0420 avatar Jun 13 '22 04:06 hiiro0420

https://mmcv.readthedocs.io/en/latest/understand_mmcv/runner.html#epochbasedrunner is very useful

hiiro0420 avatar Jun 13 '22 04:06 hiiro0420

i try it

songyangsun avatar Jun 13 '22 07:06 songyangsun

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?

songyangsun avatar Nov 03 '22 02:11 songyangsun

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.

songyangsun avatar Nov 06 '22 03:11 songyangsun