Tencent / ObjectDetection-OneStageDet

单阶段通用目标检测器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the meaning of input_shape in yolov3.yml ?

clw5180 opened this issue · comments

commented

I saw the code " self.network_size = cur_cfg['input_shape'] ", but what's the meaning of network_size ? If I want to use larger image input_size , should I change the function change_input_dim() in _dataloading.py ? Thanks a lot!