Are Feature Extractors Trained in the Tensorflow Object Detection API?
Clash Royale CLAN TAG#URR8PPP
Are Feature Extractors Trained in the Tensorflow Object Detection API?
In the Tensorflow Object Detection API, a typical neural network will have 2 components: A feature extractor and then a neural network which uses the output of the feature extract to further classify an image.
If you were to custom train a faster resnet50 neural network in the object detection api, to detect an extra 2 objects, during the training process is the feature extractor also trained? I.E. does the weights of the feature extractor component change?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment