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

How is the detector trained? #3

Closed
Yijia-Chen opened this issue May 6, 2020 · 2 comments
Closed

How is the detector trained? #3

Yijia-Chen opened this issue May 6, 2020 · 2 comments

Comments

@Yijia-Chen
Copy link

No description provided.

@s-nandi
Copy link
Owner

s-nandi commented May 6, 2020

I took the pretrained faster_rcnn_inception_v2_coco model from Tensorflow's detection model zoo, and trained it further on the labeled data provided in Carla-Object-Detection-Dataset. The number following "detectors-" (ex. detectors-40264) denotes the number of training iterations for the detector at hand.

If you are interested in replicating the process yourself, the Training Custom Detector section of the object detection API docs might be of use.

@Yijia-Chen
Copy link
Author

Got it, thanks!

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

2 participants