Skip to content

Commit

Permalink
aligned the plot in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirusama61 committed Dec 12, 2024
1 parent 232dcdb commit cd4539f
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,12 @@ The dataset contains imbalanced classes, as shown in the chart below. This highl
---

### **2. Bounding Box Distribution**
Analyzing bounding box dimensions helps uncover patterns that can inform preprocessing and augmentation strategies. Below are the width, height, and area distributions of the bounding boxes in the dataset:

#### **Bounding Box Width Distribution**
<div align="center">
<img src="results/visualizations/bounding_box_width.png" alt="Bounding Box Width Distribution" width="600">
</div>

#### **Bounding Box Height Distribution**
<div align="center">
<img src="results/visualizations/bounding_box_height.png" alt="Bounding Box Height Distribution" width="600">
</div>
Analyzing bounding box dimensions helps uncover patterns that can inform preprocessing and augmentation strategies. Below is the combined visualization of the width, height, and area distributions of the bounding boxes in the dataset:

#### **Bounding Box Area Distribution**
#### **Bounding Box Width, Height, and Area Distribution**
<div align="center">
<img src="results/visualizations/bounding_box_area.png" alt="Bounding Box Area Distribution" width="600">
<img src="results/visualizations/bounding_box_distributions.png" alt="Bounding Box Distributions" width="1000">
</div>

---
Expand Down

0 comments on commit cd4539f

Please sign in to comment.