repulsion_loss
repulsion_loss copied to clipboard
Results
2
repulsion_loss issues
Sort by
recently updated
recently updated
newest added
When calculate IOU between bbox and other groudtruth. We always use iou(bbox[1],groundtruth)(here bbox and groundtruth are all [n,4]). For batch-size=1, no probelm here. However, for batch-size>1, we cannot use this...
Do you solve the problem in readme, or what's wrong with the function: _filter_predictions(y_pred)?--thanks