zccyman / rebar-counting

2019 DataFountain Competition About Rebar-Counting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar-counting

Prepare Data

  • data/VOCdevkit2007/VOC2007_origin
    • Annotations
    • ImageSets
    • JPEGImages

download data from here

Create Datasets Using VOC Formate

python make_xml.py

Data Augment

  • Methods
    • Rotation: [-180, -90, -6, -4, -2, 0, 2, 4, 6, 90]
     sh data_augment_rotate.sh -180
    
    • Flip: [-1, 0, 1]
     sh data_augment_flip.sh -1
    
    • Crop: [1, 2, 3,..., n]
     sh data_augment_crop.sh 1
    
    • Perspective
     python make_xml.py --is_perspective 1
    

About

2019 DataFountain Competition About Rebar-Counting