Closed melongua closed 4 years ago
We released code for two sets of detection experiments and for now don't have plans to release more yet.
I haven't looked through the config in details but one obvious error is about MODEL.FPN.NORM
which is described in Sec 4.2 in the paper .
Thanks, it converges after adding normalisation layers in FPN.
Hi, thanks for the great work.
I tried to reproduce your results on COCO keypoint detection using the pertained MOCO model provided. I strictly followed the training pipeline in
moco/detection
and used the configs indetectron2/configs/COCO-Keypoints/keypoint_rcnn_R_50_FPN_3x.yaml
. But training diverged after ~700 iterations as loss became NaN.I have tried reduced the base lr but it does not seem to help much. Also, as I am using imgs_per_batch = 16, I don't feel like a super small base lr is appropriate.
So:
======= the command I run is
python moco/detection/train_net.py --config-file configs_keypoints/keypoint_rcnn_R_50_FPN_3x.yaml \ --num-gpus 2 MODEL.WEIGHTS ./output.pkl
The following is the config file generated after running
train_net.py