-
I have runtime error for quantization of yolov3-spp?
Could you support it?
-
-
I've been training various models on Tesla V100s for about 500 combined hours. The models include `yolov3`, `yolov3-spp`, `yolov3-5l`, `yolov3-tiny`, and `yolov3-tiny-3l`. For every model, on every tr…
-
Hi, I have recently trained the YOLOv3 tiny model on my dataset and got what i believe to be fairly good results. I just wanted help in understanding and making sure that is so.
After running the w…
-
Because I train with train.py and train_dual.py, I encounter the error TypeError: unsupported operand type(s) for //: 'list' and 'int'. I am training on Kaggle.
Is there any way to fix the error or…
-
**when I run prune.py with follow parameter,**
Namespace(cfg='cfg/yolov3-spp.cfg', img_size=608, overall_ratio=0.5, perlayer_ratio=0.1, save='prune_0.5_0.1', weights='weights/best.pt')
Using CUDA de…
-
# VISUALIZE.
if args.show_detected:
for bb in detected[:, 0:5]:
frame = cv2.rectangle(frame, (bb[0], bb[1]), (bb[2], bb[3]), (0, 0, 255),…
-
Hi AlexeyAB,
While testing out various models such as yolov3 and yolov3-spp as well as yolov2 I found that there is a significant performance difference between inference accuracies of darknet and …
-
1.torch.load invalid load key, '\x00'???
MaskDetection_yolo3_pytorch项目中导入参数的时候出现的错误
答:
torch加载yolov3.weights,报错:
torch.load invalid load key, '\x00'
`cfg='cfg/yolov3.cfg'
model = Darknet(c…
-
**when I run prune.py with follow parameter,**
Namespace(cfg='cfg/yolov3-spp.cfg', img_size=608, overall_ratio=0.5, perlayer_ratio=0.1, save='prune_0.5_0.1', weights='weights/best.pt')
Using CUDA de…