balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

the usage of SPLITS_TO_SIZES #344

Open leavewave opened 5 years ago

leavewave commented 5 years ago

SPLITS_TO_SIZES = { 'train': 5000, 'test': 1921, } what this code meaning? i cannot find the usage of it, do anyone can help me?