Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Richard Omega 5f4924a598
add vgg16-unet model architecture
1 week ago
71e5b8c233
template for training argument
2 weeks ago
7ace7f6d58
update to data dir
2 months ago
src
86b59e0982
add vgg16-unet and clean up
2 weeks ago
86b59e0982
add vgg16-unet and clean up
2 weeks ago
2996cf7040
updated model training to use json as arguments
2 weeks ago
e614b12aba
add pre-commit
1 month ago
90639053ee
Initial commit
2 months ago
5f4924a598
add vgg16-unet model architecture
1 week ago
ddbf16eebe
fix for cuda12.0 on paperspace
4 weeks ago
01c2690467
clean up torch installation
2 weeks ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

Driving AI Assistant

The AI Driving Assistant project aims to develop an intelligent system capable of assisting drivers in various scenarios through the implementation of semantic segmentation technology. By leveraging state-of-the-art deep learning techniques and utilizing the Cityscapes dataset, this project endeavors to enhance driver safety, navigation efficiency, and overall driving experience.

Data

https://www.cityscapes-dataset.com

Data Format

{city} _ {seq:0>6} _ {frame:0>6} _ {type}{ext}

  • type the type/modality of data, e.g. gtFine for fine ground truth, or leftImg8bit for left 8-bit images.
  • city the city in which this part of the dataset was recorded.
  • seq the sequence number using 6 digits.
  • frame the frame number using 6 digits. Note that in some cities very few, albeit very long sequences were recorded, while in some cities - many short sequences were recorded, of which only the 19th frame is annotated.
  • ext the extension of the file and optionally a suffix, e.g. _polygons.json for ground truth files

Models

Vgg16-Unet Vgg16-unet

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...