tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

Quick start - python covert.py

Open ghost opened this issue 5 years ago • 9 comments

['yolov3/yolo-v3/Conv_6/weights', TensorShape([Dimension(1), Dimension(1), Dimension(1024), Dimension(255)])] ['conv_lbbox/weight', TensorShape([Dimension(1), Dimension(1), Dimension(1024), Dimension(75)])] Traceback (most recent call last): File "convert_weight.py", line 74, in raise RuntimeError

ghost avatar Jun 11 '19 05:06 ghost

same here

madhavambati avatar Jun 13 '19 06:06 madhavambati

I have the same issue after using my own data set.

bassim1 avatar Jun 14 '19 15:06 bassim1

python convert_weight.py --train_from_coco

YunYang1994 avatar Jun 15 '19 02:06 YunYang1994

Thanks @YunYang1994.

ghost avatar Jun 20 '19 11:06 ghost

I have the same issue after using my own data set.

Have you solved this problem ?

yunyao01 avatar Jun 26 '19 02:06 yunyao01

cur_weights_num != org_weights_num

CNUyue avatar Jun 27 '19 08:06 CNUyue

anybody soveled this issue?

hexin6688 avatar Apr 18 '20 13:04 hexin6688

python convert_weight.py --train_from_coco

我用了这个方法还是不管用,我自己的数据是40个分类,报错位置:两个列表长度由1049!=366 变成288!=360依旧报错

yfq512 avatar Nov 26 '20 02:11 yfq512

python convert_weight.py --train_from_coco

我用了这个方法还是不管用,我自己的数据是40个分类,报错位置:两个列表长度由1049!=366 变成288!=360依旧报错

我和你一样

XieQiang111 avatar Feb 08 '21 17:02 XieQiang111