You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In train_val.prototxt, I notice that the input data such as label is 1 * 5 * 1 * 1, the dim 5 means [batch_ind, x1, y1, x2, y2]. I wonder what dose the batch_ind means. Dose it mean the rois' index or others?
Also in train_val.prototxt, the bbox_targets and bbox_loss_weights are both 1 * 8 * 1 * 1. Why not 1 * 4 * 1 * 1?
If I wonder input multi rois for training, how should I change the input data?
Hope someone can give me some advice, thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
Hope someone can give me some advice, thanks!
The text was updated successfully, but these errors were encountered: