mmselfsup/benchmarks/detection/README.md

13 lines
423 B
Markdown
Raw Normal View History

2020-06-16 00:05:18 +08:00
## Transferring to Detection
We follow the evaluation setting in MoCo when trasferring to object detection.
### Instruction
1. Install [detectron2](https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md).
1. Put dataset under "benchmarks/detection/datasets" directory,
following the [directory structure](https://github.com/facebookresearch/detectron2/tree/master/datasets)
requried by detectron2.