Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implmenetation queries #13

Open
abhigoku10 opened this issue Oct 30, 2021 · 1 comment
Open

Implmenetation queries #13

abhigoku10 opened this issue Oct 30, 2021 · 1 comment
Labels
question Further information is requested

Comments

@abhigoku10
Copy link

❔Question

Hi thanks for opensourcing the code base this gives steps to learn transformers, i am having few queries

  1. The dataset is loaded from coco.py using which function since "ConvertCocoPolysToMask" is not called inherently anywhere
  2. Your load the data training for each epoch using train_one_epoch() for the whole dataset which internally performs losses and then the out for that is performed with evaluation this is performed for each 300 epoch so what's the idea behind this training
  3. Does yolos provide panoptic segmentation also?can we get pretrained model on this

Thanks in advance

Additional context

@abhigoku10 abhigoku10 added the question Further information is requested label Oct 30, 2021
@Yuxin-CV
Copy link
Member

Our codebase is inherit from DETR and ViT of timm. So,

  1. ConvertCocoPolysToMask is inherit from DETR, we didn't modify that.
  2. This is similar to the original DETR implantation, you can also refer to other DETR implantations, e.g., mmdet (https://github.com/open-mmlab/mmdetection/blob/master/configs/detr/README.md).
  3. We didn't try panoptic seg, but we believe it is feasible for YOLOS to perform panoptic seg following the configuration of DETR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants