YOLO_v3_tutorial_from_scratch icon indicating copy to clipboard operation
YOLO_v3_tutorial_from_scratch copied to clipboard

How to solve this runtime error problem?

Open sunshine-lcc opened this issue 4 years ago • 1 comments

I met the problem when I ran the instruction "python3 detect.py --images imgs --det det" What should I do to solve this problem and why it happened?

Traceback (most recent call last): File "detect.py", line 234, in output = torch.cat((output,prediction)) RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0. Got 86 and 8 in dimension 1 at /opt/conda/conda-bld/pytorch_1544176307774/work/aten/src/THC/generic/THCTensorMath.cu:83

sunshine-lcc avatar Dec 26 '19 11:12 sunshine-lcc

I met the same one, have you resolve it?

lilxmx avatar Feb 02 '22 03:02 lilxmx