NNNNerd / Triple-I-Net-TINet

Official code for "Illumination-guided RGBT Object Detection with Inter- and Intra-modality Fusion"
Apache License 2.0
14 stars 2 forks source link

Dataset Format #1

Closed Dmmm1997 closed 7 months ago

Dmmm1997 commented 9 months ago

About the dataset used in this repo. Can you provide the dataset directory storage format and data conversion script?

NNNNerd commented 8 months ago
  1. Dataset directory format:
    • DATASET:
      • train
        • visible
        • thermal
      • test/val
        • visible
        • thermal
  2. Data conversion script: In tools/dataset_converters/pascal_voc.py, we can convert .XML annotations into COCO JSON format.