Open mks0601 opened 8 years ago
hi Did you sample mini-batch in a totally random way? Or did you give any constraint in batch sampling? I implemented ssd, however it is biased to the class whose number of image is the largest in PASCAL VOC.
Also, can you tell me how did you subsample parameters from fc6 and fc7? In a totally random way?
I randomly sample images to form a mini-batch.
For fc6 and fc7, I sampled the parameters in grids (not random).
hi Did you sample mini-batch in a totally random way? Or did you give any constraint in batch sampling? I implemented ssd, however it is biased to the class whose number of image is the largest in PASCAL VOC.