8000 GitHub - byounghun24/Nuscenes_tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

byounghun24/Nuscenes_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuscenes_tutorial

conda

conda create -n nuscenes_tutorial python=3.8 -y

conda activate nuscenes_tutorial

dataset download

mkdir -p /data/datasets/nuscenes  # Make the directory to store the nuScenes dataset in.

wget https://www.nuscenes.org/data/v1.0-mini.tgz  # Download the nuScenes mini split.

tar -xf v1.0-mini.tgz -C /data/datasets/nuscenes  # Uncompress the nuScenes mini split.

pip install nuscenes-devkit &> /dev/null  # Install nuScenes.

git clone new modules

git clone https://github.com/byounghun24/Nuscenes_tutorial.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0