git diff) or what code you wrotewhat exact command you run:
Training: python tools/train_net.py --num-gpus 2 --config-file configs/COCO-Detection/retinanet_R_50_FPN_3x.yaml SOLVER.IMS_PER_BATCH 4 SOLVER.BASE_LR 0.0025
Evaluate: python tools/train_net.py --config-file configs/COCO-Detection/retinanet_R_50_FPN_3x.yaml --eval-only MODEL.WEIGHTS output/model_final.pth
what you observed (including the full logs):

please also simplify the steps as much as possible so they do not require additional resources to
run, such as a private dataset.
I expect that process will show AP result

Thanks for your help!
It's an issue of coco API: it does not work with numpy 1.18. Downgrading to 1.17 will help.
I'll try to fix this in COCO API.
Most helpful comment
It's an issue of coco API: it does not work with numpy 1.18. Downgrading to 1.17 will help.
I'll try to fix this in COCO API.