Closed 123456789-qwer closed 2 years ago
For linear classification, please follow README. For object detection and instance segmentation, we use the same code as in MoCo.
I still haven't found how the pre-training model is used for target detection, could you give a specific explanation
To be more specific, you need to first convert the saved model (last.pth) to detectron2's format. Then use detectron2's code to train detection.
If I want to use representation information for downstream tasks, which part of the feature should I use ?