-
Great job! I have some questions regarding the EgoHands dataset.
1. In Table 1 of the paper, the EgoHands dataset is mentioned to contain 11k images, but the dataset I obtained only consists of 4.8…
-
Hi, it has been 4 months since you last updated the code. However, the lvis related dataset files have not been updated. Moreover, I only find the train annotation jsons, but I don't find the val anno…
-
作者您好!
请问一下,如果我将AdamW优化器更改为其他的优化器,这会影响模型的` Params`和`Gflops`大小吗?
期待您能回复!!!
-
Hi there,
Amazing Job!! Thanks for your guys~
I am wondering if you use this model for the object detection detection. Could you release your inference code? Thanks for your help!
-
In the deformable transformer block code in /Lite-DETR/models/dino/deformable_transformer.py, I had an issue while running batch inferences on CoCo eval data.
topk_proposals = torch.topk(enc_outpu…
-
When I was training my own data set with DN-DETR, I encountered the following problems,
how do I solve them?
Who can tell me, please?
@sorrowyn @whatchang @SlongLiu @developer0hye @rentainhe
Tr…
-
### Model description
SPTSv2 is the latest SOTA text spotting model from Bytedance. Given that we already support DETR, should be a breeze to support this model as well.
SPTSv2 is an improvement o…
-
D:\anaconda3.9\envs\zj\python.exe F:/1chen/DETR/jin/dn/DN-DETR/main.py
Not using distributed mode
[08/13 08:31:54.869]: git:
sha: a59a5de5bf784f196e15bffed3145d05d5a9126a, status: has uncommited …
-
The last page of the original paper shows a simple code for DETR. The decoder's input is just a random value of size (100, 256). However, on your GitHub, I can't understand what you did about the obje…
-
So there's a decorator in the MaskDINOEncoder that disabled FP16 casting [here](https://github.com/IDEA-Research/detrex/blob/main/projects/maskdino/modeling/pixel_decoder/maskdino_encoder.py#L338).
A…