Skip to content

migoxia/ODAM_MMDetection_FCOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published