Skip to content
Snippets Groups Projects
Commit 5b4c5ed2 authored by igraf's avatar igraf
Browse files

Update README.md

parent acc9a0d5
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ In our project, we have focused on **30** specific **classes** out of the 262 av
The original dataset lacks a predefined split into training, development (validation), and testing sets. To tailor our dataset for effective model training and evaluation, we implemented a custom script that methodically divides the dataset into specific proportions.
<figure>
<img align="left" src="figures/dataset_split.png" alt= "Dataset Split" width="40%" height="auto">
<img align="left" src="figures/dataset_split.png" alt= "Dataset Split" width="45%" height="auto">
</figure>
......@@ -111,7 +111,8 @@ The features we can use for training our models are always based on the **pixel
In the dummy example below, there is a 3x3 pixel image. Each pixel has three values: intensity of red, green and blue (**RGB**).
<img align="center" width="100%" height="auto" src="figures/image_features.png" title="test">
<img align="right" width="20%" height="auto" src="figures/image_features.png">
By concatenating the color values of one pixel and then concatenating the pixels, we can represent the image as a 1D vector. The length of the vector is then equal to the number of pixels in the image multiplied by 3 (RGB).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment