StevenShadman

Results 1 comments of StevenShadman

looks like the line: img_width, img_height = [int(v) for v in model.input[0].shape[1:3]] should be img_width, img_height = [int(v) for v in model.input[0].shape[:2]]