Skip to content

Implementation of image segmentation task for autonomous car driving via U-Net architecture in Tensorflow.

Notifications You must be signed in to change notification settings

ErniW/CNN-Image-segmentation-for-CARLA-with-U-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN-Image-segmentation-for-CARLA-with-U-Net

Implementation of image segmentation task for autonomous car driving via U-Net architecture.

  • Dataset comes with pickle files for images and masks separately. They were downsized to speed training time at cost of quality (I'm aware of it).
  • You can use any kind of data for U-Net. For dataset preparation please refer to pack_images.py script (to run script type python pack_images.py "./dataset/images" - there you should have images and masks folder).

About

Implementation of image segmentation task for autonomous car driving via U-Net architecture in Tensorflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published