Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

FineTuning with similar format dataset as coco but different classes #153

Closed
Naivepro1990 opened this issue Jul 17, 2020 · 2 comments
Closed
Labels
duplicate This issue or pull request already exists

Comments

@Naivepro1990
Copy link

Hi,

I want to fine DETR with data similar in format as mscoco but the number of classes as different. I have only 6 classes.

Firstly, Where I need minimum changes in DETR code such as the change in the last layer to predict the number of classes and use the pretrained weights.

Secondly, the number of classes will be 6 or 7 i.e. 6 classes and 1 background.

Regards,

@m-klasen
Copy link

Hello, please take a look at the following links for information.
#9
https://gist.github.com/mlk1337/651297e28199b4bb7907fc413c49f58f
https://www.kaggle.com/tanulsingh077/end-to-end-object-detection-with-transformers-detr
These links should include plenty of examples for training on custom data.
Regards

@alcinos alcinos added the duplicate This issue or pull request already exists label Jul 28, 2020
@alcinos
Copy link
Contributor

alcinos commented Jul 28, 2020

Hello @Naivepro1990
In addition to @mlk1337 's ressources, I encourage you to checkout #9, #152 and #125
Feel free to ask questions there if you are still stuck.
Best of luck.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants