Skip to content

A repository to work on ECE 285 project, Spring 2020 at UCSD.

Notifications You must be signed in to change notification settings

Anirudh-Swaminathan/multiagent_multipath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organisation:
gdown.pl contains downloader from drive
nuscenes-devkit allows us to interact with dataset
network where we store all network related content
data where we store all data related content
utils where we store all the additional scripting to assist the network

Data Download process:

Download dataset from NuScenes website
Upload dataset to Google drive 
[1st time only] git clone https://github.com/circulosmeos/gdown.pl
$ ./gdown.pl 'gdrive file url' ['desired file name']  
Eg: $ ./gdown.pl https://drive.google.com/file/d/0B1L_hFrWJfRhLUJZdXdSdTdfSWs/edit axolotl.mp4
Unzip ip file:
.tar file: tar -xf file.name.tar -C /path/to/directory
.tgz file: tar -zxvf file.name.tgz -C /path/to/directory


Data Interaction Process:


About

A repository to work on ECE 285 project, Spring 2020 at UCSD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published