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

What are the parameters for training only some classes? #21

Closed
WonTaeYeon opened this issue Mar 23, 2020 · 2 comments
Closed

What are the parameters for training only some classes? #21

WonTaeYeon opened this issue Mar 23, 2020 · 2 comments

Comments

@WonTaeYeon
Copy link

What are the parameters for training only some classes?

Which of the ways does EfficinetDet improve accuracy, learning only specific classes in a pre-learned model or learning only specific classes?

Is EfficientDet suitable for working on real-time video? (8 fps or more guaranteed on CPU only computer)

@CraigWang1
Copy link

I am wondering this too, I tried adding this
--hparams="use_bfloat16=false,num_classes=1,learning_rate=0.001"

@mingxingtan
Copy link
Member

Hi, you can finetine from COCO checkpoint and set "num_classes=1"? See https://github.com/google/automl/tree/master/efficientdet#7-finetune-on-pascal-voc-2012-with-detector-coco-ckpt

I am going to close this issue for now, but feel free to reopen it if you still have problems.

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

No branches or pull requests

3 participants