Skip to content

koichishi/3D-Object-Detection-Tracking-Motion-Forecasting

Repository files navigation

Self-driving Model Using LiDAR

This repository contains the project by Gongyi Shi and Anny Dai, under supervision of Prof. Raquel Urtasun.

Getting started

  1. Install Miniconda:

    curl 'https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh' > Miniconda.sh
    bash Miniconda.sh
    rm Miniconda.sh
  2. Create a new conda environment:

    conda env create --file environment.yml
  3. Activate environment:

    conda activate csc490
  4. Download PandaSet. After submitting your request to download the dataset, you will receive an email from Scale AI with instructions to download PandaSet in three parts. Download Part 1 only. After you have downloaded pandaset_0.zip, unzip the dataset as follows:

    unzip pandaset_0.zip -d <your_path_to_dataset>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages