项目场景:
车流量统计,yolov3检测车辆
问题描述:
[h264 @ 0x686b600] No start code is found.
[h264 @ 0x686b600] No start code is found.
[h264 @ 0x637b600] No start code is found.
[INFO] 14980 total frames in video
begin....
/content/gdrive/My Drive/yolov3-pytorch-point-sort/utils/utils.py:598: UserWarning: This overload of nonzero is deprecated:
nonzero()
Consider using one of the following signatures instead:
nonzero(*, bool as_tuple) (Triggered internally at /pytorch/torch/csrc/utils/python_arg_parser.cpp:882.)
i, j = (pred[:, 5:] > conf_thres).nonzero().t()
<class 'RuntimeError'> isDifferentiableType(variable.scalar_type()) INTERNAL ASSERT FAILED at "/pytorch/torch/csrc/autograd/functions/utils.h":64, please report a bug to PyTorch. <traceback object at 0x7f08ce3e8cc8>
Traceback (most recent call last):
File "count-car.py", line 399, in <module>