Skip to content

Latest commit

 

History

History
 
 

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

1. Dataset

We have provided XML files in VOC format and JSON files in COCO format.It should be noted that the XML file corresponds to annotations for a single image, while the JSON file corresponds to annotations for two sides combined.You can also convert XML files to JSON files through parsexml.py and makecoco.py.

2. Train & Test

You can train and test models by reading README.md in the sub folders.

  • mmdetection (Faster-RCNN、MaskRCNN、YOLOX、RTMDet)
  • sam (SAM)
  • tasn (TASN)

3. Evaluate

Please read eval/README.md.