Replies: 1 comment 2 replies
-
You may freeze different number of stages for the backbone. If you'd like to freeze the entire feature extractor, set it to 5 https://github.com/facebookresearch/detectron2/blob/main/detectron2/config/defaults.py#L137 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I would like to know if anyone here trains his custom dataset only with synthesized images without any real images.
I did it already and used the same config, which is already used in Detectorn2 tutorial but the result is not sufficient. Recently I found a paper https://www.arxiv-vanity.com/papers/1710.10710/ that presents a new method to boost performance during training by freezing the feature extractor in all layers.
So do someone know, how can I do this in detectron2 or has other methods to improve the performance?
Any answer is very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions