ptran1203 / traffic_sign_detection

Zalo aI 2020: Traffic sign detection using Retinanet and image tiling
26 stars 9 forks source link

Image Tiling #6

Open CuongNN218 opened 3 years ago

CuongNN218 commented 3 years ago

Did image tiling use for training ?

ptran1203 commented 3 years ago

Yes, I use it for both training and inference. But In training phase, I only randomly crop a region that contains at least one bounding box

you can check it here https://github.com/ptran1203/traffic_sign_detection/blob/main/data_processing.py#L140