Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 646 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 646 Bytes

ODAM

  • Install mmdetection according to MMDetection Installation, and put the odam_onestage_fcos.ipynb into mmdetection folder.
  • To preserve gradient in the inference process, change all "detach=True" in ./mmdet/models/dense_heads/base_dense_head.py to "detach=False".
  • make dir "./checkpoints", download corresponding FCOS weights from FCOS based on the adopted config file, and put it into "./checkpoints".
  • make dir "./data", download MS COCO validation dataset and annotation file and put into "./data".