Skip to content

lzb863/dr1ven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup on dev

Install Miniconda in your $PATH:

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh

Create the dr1ven conda environment:

conda create -n dr1ven python=3.6

Install pytorch and other dependencies:

conda install pytorch torchvision cuda92 -c pytorch
pip install -r requirements.txt

About

On-Demand Highway Autonomy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.6%
  • Swift 8.0%
  • Python 6.5%
  • Other 0.9%