Closed limengfei3675 closed 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。
https://github.com/jshilong/SEPC/blob/51e24ace1653cba6d3bc0ab536c6adb3b956c8dd/sepc/tools/train.py#L31 you need set --validate as true
evaluation = dict(interval=1, metric='mAP') Does interval = 1 mean that each epoch is evaluated? Why was it not evaluated during training. thanks。