Hazel-Xiang
Hazel-Xiang
def parse_pruned_model 
commom.py中Concat_bifpn结构如下: 
yolov5s_bifpn.yaml结构如下: # parameters nc: 2 # number of classes depth_multiple: 0.33 # model depth multiple width_multiple: 0.50 # layer channel multiple # anchors anchors: - [10,13, 16,30, 33,23] # P3/8...
去搜帖子,将dataset.py中的 im = Image.open(cur_img_path) 改写成 im = Image.open(cur_img_path).convert('RGB')。 还是会报同样的错