jshilong / SEPC

Scale-equalizing Pyramid Convolution for object detection(CVPR2020)
Apache License 2.0
330 stars 56 forks source link

How to set each epoch to be evaluated? #10

Closed limengfei3675 closed 4 years ago

limengfei3675 commented 4 years ago

evaluation = dict(interval=1, metric='mAP') Does interval = 1 mean that each epoch is evaluated? Why was it not evaluated during training. thanks。

jshilong commented 4 years ago

https://github.com/jshilong/SEPC/blob/51e24ace1653cba6d3bc0ab536c6adb3b956c8dd/sepc/tools/train.py#L31 you need set --validate as true