masouduut94 / volleyball_analytics

This project is designed to display how we can utilize deep learning methods for Sports Data Analytics.
GNU General Public License v2.0
17 stars 2 forks source link

AttributeError: 'BoundingBox' object has no attribute 'plot' #9

Open jubiss opened 1 month ago

jubiss commented 1 month ago

Hi @masouduut94, great project.

I was trying to use the yolo_inference script, I don't know if I'm making any newbie mistake or something, but I found out that the .plot method is not defined in the Class BoundingBox, just in the Class KeyPointBox

Thanks, José

masouduut94 commented 1 month ago

I used to use that function. But I remember replacing it.

I'll fix that soon. Thanks for sharing that problem.