When I debug line 34 self.backbone = backbone.Darknet53() in models/_yolov3.py. I find stage_cfg = {'stage_2': 2, 'stage_3': 3, 'stage_4': 9, 'stage_5': 9, 'stage_6': 5} the number of res blocks is not equal to (1, 2, 8, 8, 4) which is used by darknet53 offically.
When I debug line 34 self.backbone = backbone.Darknet53() in models/_yolov3.py. I find stage_cfg = {'stage_2': 2, 'stage_3': 3, 'stage_4': 9, 'stage_5': 9, 'stage_6': 5} the number of res blocks is not equal to (1, 2, 8, 8, 4) which is used by darknet53 offically.