Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
pipeline_tag: image-segmentation
|
4 |
datasets:
|
5 |
- suwesh/RACECAR-multislow_poli
|
@@ -12,3 +12,6 @@ Autonomous driving in high-speed racing, as opposed to urban environments, prese
|
|
12 |
Implementation is available at: https://github.com/suwesh/Parallel-Perception-Network.
|
13 |
|
14 |
This model is also available on Kaggle- https://www.kaggle.com/models/suwesh/parallel-perception-network
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
pipeline_tag: image-segmentation
|
4 |
datasets:
|
5 |
- suwesh/RACECAR-multislow_poli
|
|
|
12 |
Implementation is available at: https://github.com/suwesh/Parallel-Perception-Network.
|
13 |
|
14 |
This model is also available on Kaggle- https://www.kaggle.com/models/suwesh/parallel-perception-network
|
15 |
+
|
16 |
+
# Training Details:
|
17 |
+
learning rate = 0.001 | loss function for recnet = Mean Square Smooth Canny Edge loss | training iterations = 700 | dataset = [Racecar dataset's multislow_poli scenario](https://huggingface.co/datasets/suwesh/RACECAR-multislow_poli)
|