class-balanced-loss icon indicating copy to clipboard operation
class-balanced-loss copied to clipboard

Class-Balanced Loss Based on Effective Number of Samples. CVPR 2019

Results 18 class-balanced-loss issues
Sort by recently updated
recently updated
newest added

how to infer the modulator the code in your repo ``` modulator = tf.exp(-gamma * labels * logits - gamma * tf.log1p( tf.exp(-1.0 * logits))) ``` for focal loss in...

@richardaecn @KMnP thanks for open-sourcing the code , is it possible to use Cb loss in the object detection or segmentation architecture ?? did you experiment it with any std...

Dear authors, thanks for your greate effort to make your code open-source. I re-implement you **CB-focal Loss** in Pytorch(Both in your tf-version and my own version), but can't reach the...

Respected Authors, Firstly, thank you for releasing the code. Is code available for inference from given pre-trained models? It would be really helpful if you could provide the same along...

How I set weights? If image1 (have class 1 and 2 and class3), the weight is (class1_num + class2_num + class3_num)?

In each batch, I firstly compute one independent E_{n} for that batch, but it doesn't work at all; but according to your code, E_{n} is global, there exists only one...

the weights normalize function is not in the paper, why in the code need normalized ? and why to multiply the number of classes? ths .

I found you might be the organizer of the [COCO Detection Challenge](https://competitions.codalab.org/competitions/20794). The codalab has closed the old website and your competition can‘t submit. Can you transfer the competition to the new...