Update README.md
Browse files
README.md
CHANGED
|
@@ -42,9 +42,9 @@ This model demonstrates a road segmentation implemented using **deep learning**
|
|
| 42 |
- Format: The dataset includes RGB images of roads around the globe and their corresponding segment and lane.
|
| 43 |
- Preprocessing: With the help of torch and torchvission api basic preprocessing like resizing and convertion to tensor were implemented.
|
| 44 |
3. ### CostFunctions Score
|
| 45 |
-
- BCE:
|
| 46 |
-
- MSE:
|
| 47 |
-
|
| 48 |
## License
|
| 49 |
This project is licensed under the **Apache License 2.0**.
|
| 50 |
|
|
|
|
| 42 |
- Format: The dataset includes RGB images of roads around the globe and their corresponding segment and lane.
|
| 43 |
- Preprocessing: With the help of torch and torchvission api basic preprocessing like resizing and convertion to tensor were implemented.
|
| 44 |
3. ### CostFunctions Score
|
| 45 |
+
- BCE: **0.07**
|
| 46 |
+
- MSE: **nil**
|
| 47 |
+
- [**NOTE**: All the above scores are trained using the highest performer model]
|
| 48 |
## License
|
| 49 |
This project is licensed under the **Apache License 2.0**.
|
| 50 |
|