Bogdan Bercean

Results 2 issues of Bogdan Bercean

Are you planning on adding support for DetectoRS, as the DeformConvs are not supported at all on CPU only inference?

The class cost in matcher.py is computed as follows: ```python # Compute the classification cost. neg_cost_class = (1 - alpha) * (out_prob ** gamma) * (-(1 - out_prob + 1e-8).log())...