Skip to content

2019 DataFountain Competition About Rebar-Counting

Notifications You must be signed in to change notification settings

zccyman/rebar-counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published