From the course: Hands-On AI: Computer Vision Projects with Ultralytics and OpenCV

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Generate analytical graphs

Generate analytical graphs

- [Narrator] With the help of analytics solution, we can generate different visual graphs based on the prediction data including bar chart, pie chart or maybe line graphs. The resources used in this video are available in the Course code sub directory 04-04. In the sub directory you can see different files, including new-model.pt. It's the new model that I have created for analytics solution by following the step that we already discussed in video two of chapter three, and the reason behind creation of new model is to support multiple classes. The model that we created previously about the APS detection has one class, and if we will create the bar charts, or maybe pie charts, so I will only able to see the single class. But if we want to visualize the analytics, it's better to create multiple classes. In that way, we will be able to understand the analytics in a better way. For creation of the model, I have used the dataset folder inside the same directory, 04-04, alongside the…

Contents