victory
victory
Same problem. After 5000 steps, the problem occurs.
What is your cudnn version?
I found that by reducing the anchors can somehow alleviate this problem, you can reduce some angels or ratios in R-DFPN_FPN_Tensorflow/libs/configs/cfgs.py ANCHOR_ANGLES = [-90, -75, -60, -45, -30, -15] ANCHOR_RATIOS...
Thanks for your share. When i control the objects per image, it finally works.
I have tried the following changes(I only train the network on voc2007 and test on voc2007): 1. Fix BN parameters : The result does not improve a lot, only 1%(The...
I have tried the faster-rcnn written by endernewton(tf-faster-rcnn). I have been using this code for my research and project. Training on voc2007, the test result on voc 2007 is 75.7%...
Thanks.
Make sure that your cfgs.DATASET_NAME in the /lib/config/cfgs.py has corresponding NAME_LABEL_MAP in the /lib/label_name_dict and the key in the NAME_LABEL_MAP dict contains all object class in your own dataset.
@ymjiang @bobzhuyb
Do not use byteps, the code training process works.