ShuangXieIrene / ssds.pytorch

Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
MIT License
571 stars 167 forks source link

can't find the preprocess of the data #42

Open 1453042287 opened 5 years ago

1453042287 commented 5 years ago

like the title, i read the code but i can't find the part of the preprocess of the data, any suggestions would be appreciate!

cxrasdfg commented 5 years ago

code of preprocess is located on lib/utils/data_augment.py at line 196

1453042287 commented 5 years ago

@cxrasdfg thanks for your kind reply!