TextBoxes_plusplus_Tensorflow
TextBoxes_plusplus_Tensorflow copied to clipboard
have trouble in textbox_anchor_one_layer
textbox_anchor_one_layer for generating anchors for one feature layer, but I encounter a problem while visualizing it.could some one give me some tips. thanks advance.
Can you share your idea about visualizing? I'm not sure about your problem.
@Shun14 函数text_multibox_layer中num_anchors的个数为什么是len(anchor_ratio) + len(anchor_size)?应该是len(anchor_ratio) * len(anchor_size)吧