Hazel-Xiang

Results 4 comments of Hazel-Xiang

def parse_pruned_model ![image](https://user-images.githubusercontent.com/66658305/141666698-8b36b882-b680-4c8d-83c5-aea2a8fc7adf.png)

commom.py中Concat_bifpn结构如下: ![1](https://user-images.githubusercontent.com/66658305/141666749-8e37146f-865c-4abe-91c7-161a84e1211a.png)

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')。 还是会报同样的错