nqanh / affordance-net

AffordanceNet - Multiclass Instance Segmentation Framework - ICRA 2018
Other
121 stars 54 forks source link

A question about loss_mask layer #34

Open litingsjj opened 6 years ago

litingsjj commented 6 years ago

Hi, I found loss_mask layer have two bottom, about your paper mask_score is 10 224 224, but the mask_targets, how can I sure 224*224? ` name: "loss_mask" type: "SoftmaxWithLoss"

bottom: "mask_score_reshape"

bottom: "mask_score" bottom: "mask_targets" top: "loss_mask"`