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

Issue for training on faster rcnn #5

Open
FrankCAN opened this issue Jul 20, 2019 · 0 comments
Open

Issue for training on faster rcnn #5

FrankCAN opened this issue Jul 20, 2019 · 0 comments

Comments

@FrankCAN
Copy link

Hi, thanks for your code, but I am quite confused for the difference between training on ssd and faster rcnn.

As we know, ssd is one stage detection model, the feature extraction part is already included in the model, there is no problem. But what I am confused is training on faster rcnn, because faster rcnn is two-stage training process, which need a feature extraction model (e.g. vgg16) in advance before training detection model.
So I am very confused that how to use Object Detection API to train faster rcnn, because I didn't find any trained feature extraction model. Besides, do we need to train VGG16 model separately for our own dataset?

Many thanks for your help.
Frank

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

1 participant