PyTorch_YOLOv4 icon indicating copy to clipboard operation
PyTorch_YOLOv4 copied to clipboard

代码错误

Open Huangdebo opened this issue 3 years ago • 0 comments

作者你好: 感谢您的分享。在使用这份代码时发现一个错误: general.py/output_to_target。其中的 output 是 list,故“isinstance(output, torch.Tensor)” 不起作用,所以会导致后面出错。

Huangdebo avatar Sep 02 '21 10:09 Huangdebo