Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous Driving AI Chip Design Baseline File Structure

2026 Autonomous Driving AI Chip Design for Sungkyunkwan University Students


Related Repositories & Resources


Folder Structure

$\textcolor{red}{\mathbf{(NEW)}}$ Segmentation

  • test_data
    Inference test images
  • dpu_yolact.ipynb
    Jupyter Notebook for real-time segmentation inference (~20FPS)

debugging

  • SoC_Driving.ipynb
    Jupyter Notebook for driving code
  • data_collection.ipynb
    Jupyter Notebook for data collection
  • $\textcolor{red}{\mathbf{(NEW)}}$ test_sonic.ipynb
    Jupyter Notebook for Ultrasonic sensor test (for reference only, simple example)

dpu

  • dpu.bit
    DPU bitstream file (Students need to add)
  • dpu.hwh
    DPU hardware file (Students need to add)
  • dpu.xclbin
    DPU executable file (Students need to add)

driving

  • config.py
    Initial motor address settings
  • driving_system_controller.py
    Driving mode settings
  • image_processor.py
    Image processing script
  • main.py
    Driving parameter settings
  • motor_controller.py
    Motor control settings
  • yolo_utils.py
    YOLO utility functions

test_video

  • test_video.mp4
    Test video file

xmodel

  • lane_class.txt
    Model class configuration (Students need to add)
  • top-tiny-yolov3_coco_256.xmodel
    Compiled deep learning model file (Students need to add)

About

2026 The 4th Sungkyunkwan University AI Autonomous Driving Competition for Students

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages