Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

IGVC Net

Dallas Downing edited this page Jun 5, 2020 · 2 revisions

Introduction

IGVC Net is the convolutional neural network (CNN) used for the IGVC competition to detect white lines on the course. This page documents how to train and evaluate IGVC Net using pytorch, and how to load a model for running the vision ROS node.

Requirements

Training/Evaluation

Dataset setup

  1. Download the example data

TODO

Clone this wiki locally