Tensorflow 2.1 best effcient way to label tensor anchors for RPN network

后端 未结 0 963
自闭症患者
自闭症患者 2021-02-06 14:56

I\'m training my RPN network and for labelling I have the following function:

@tf.function
def assign_labels_to_anchors(self,neg_thr=0.3,pos_thr=0.7):
    \'\'\'
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题