cascade-detr icon indicating copy to clipboard operation
cascade-detr copied to clipboard

Questions about EgoHands Dataset

Open JiahuiChen-GitHub opened this issue 2 years ago • 6 comments

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.8k images.
  2. The Roboflow team made corrections to the EgoHands dataset and reorganized the division between the training and testing sets. Did you utilize the Roboflow‘s version? If not, how do you split the dataset?

Looking forward to your response!

JiahuiChen-GitHub avatar Aug 28 '23 11:08 JiahuiChen-GitHub

Hi, thanks for watching our work! We use the EgoHands dataset with 11k images from this Roboflow Link and the provided default train/val split. Roboflow has different versions for this dataset and we use the latest one. We will also organize the download links of all datasets when releasing the code.

ymq2017 avatar Aug 28 '23 22:08 ymq2017

Thanks! Looking forward to you releasing the code.

JiahuiChen-GitHub avatar Aug 29 '23 00:08 JiahuiChen-GitHub

Hi! here's another question. We are trying to train a model on the UVO dataset. We found that there are 2 versions of UVO: v0.5 and v1.0. They differ in the numbers of annotations and categories. If we want to make a fair comparison with your cascade-detr, which version should we choose?

JiahuiChen-GitHub avatar Aug 31 '23 02:08 JiahuiChen-GitHub

We use UVO v0.5 with its default train/val split.

ymq2017 avatar Aug 31 '23 22:08 ymq2017

Hi! What did you set the image resolution to when you trained the model? 800x1333 or using multi-scale training strategy?

JiahuiChen-GitHub avatar Sep 08 '23 14:09 JiahuiChen-GitHub

Hi, sorry for the late reply. We use the same augmentation as DN-DETR with a multi-scale training strategy. The code of cascade_dn_detr is released now and you can find the corresponding augmentation code here. Feel free to ask me if you have more questions.

ymq2017 avatar Sep 12 '23 00:09 ymq2017