TextBoxes_plusplus_Tensorflow icon indicating copy to clipboard operation
TextBoxes_plusplus_Tensorflow copied to clipboard

have trouble in textbox_anchor_one_layer

Open opconty opened this issue 6 years ago • 2 comments

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.

opconty avatar Mar 25 '19 03:03 opconty

Can you share your idea about visualizing? I'm not sure about your problem.

Shun14 avatar Mar 27 '19 03:03 Shun14

@Shun14 函数text_multibox_layer中num_anchors的个数为什么是len(anchor_ratio) + len(anchor_size)?应该是len(anchor_ratio) * len(anchor_size)吧

Duood avatar Sep 16 '19 08:09 Duood