This project uses Unet to perform segmentic segmentation of the road in order to enhanced Mapping and Localization.
The network architecture started with an encoder followed by a decoder paths.
As usual, the encoder path contains three main layers, convolutional layer, max pooling layer to downsampling the input image the and a dropout layer while a
decoder path contains upsampling and convolutional layer. The upsampling was done by concatenating the downsampling and upsampling path, often we called it as
skip connection will help to preserve fine-grained spatial information. It allows the free flow of gradients through skip connection to mitigate vanishing gradients.
-
Notifications
You must be signed in to change notification settings - Fork 0
R3AlL3nGz3i/RoadSegmentation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published