Lợi Nguyễn Văn
Lợi Nguyễn Văn
When you train your CRAFT model in a weakly-supervised manner: - What are your transformations in transforms.Compose, which transformation and in which order? - Did you move your batch of...
The first line in anchor_manipulator.py: gt_labels = gt_labels + (-1 * tf.to_int64(matched_gt < -1)) The second line in train_ssd.py: batch_negtive_mask = tf.equal(cls_targets, 0)#tf.logical_and(tf.equal(cls_targets, 0), match_scores > 0.) In my understanding,...
Could you please share your successful ssd project based on project SSD-Tensorflow of balancap. The reason is because I saw many people complaining that they can't train that model correctly...