Sebastian Janampa Rojas

Results 25 comments of Sebastian Janampa Rojas

Hi, I am also working on a problem similar to yours. Could you share the code to get the plot with the meshes? Also, I think you forgot to add...

Hi, I think it is this part https://github.com/lyuwenyu/RT-DETR/blob/14971513a5ef805edaf434af1a11403d2f1a9036/rtdetr_pytorch/src/zoo/rtdetr/rtdetr_criterion.py#L111. The authors mentioned they used it for the classification loss

@lyuwenyu Why did you not use a learning rate drop as in previous detr models?

> 1- The AIFI model sounds like just the normal encoder of the original DETR, but I understand the contribution of the paper is the addition CCFF. But how is...

> 1- RT-DETR uses a single scale for the encoder, and so does DETR, so there is no gain in the encoder computational cost. 2- RT-DETR has an additional module...

Yes, sorry, I misspelled. What I meant is that RT-DETR uses one-layer encoder.

Also, why is there a deployment constraint when torch.grid_sample is used?

Thank you so much for your well-explained answer. If, for deployment, you used discrete sampling, why is the model not trained using torch.grid_sample(..., mode='nearest')

You can find the information in this [paper](https://arxiv.org/pdf/2203.03605), section 3.5