We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问这个是什么原因呢
Traceback (most recent call last): File "detect.py", line 175, in <module> detect() File "detect.py", line 116, in detect plot_one_box(xywh, im0, label=label, color=colors[int(cls)], line_thickness=3, path=path) File "D:\master\code\car_detection\rotation-yolov5-master\utils\general.py", line 1332, in plot_one_box _x, _y = poly_box.intersection(maxbox).exterior.coords.xy AttributeError: 'LineString' object has no attribute 'exterior'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问这个是什么原因呢
The text was updated successfully, but these errors were encountered: