GitXplorerGitXplorer
a

trajectory_prediction_INFER

public
0 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
5be122e8477df23feebe302329572f6cab6bf530

update nuscenes_main

sssanjeev2016 committed 5 years ago
Unverified
774a35a31c0d86d133dc269b20792ecc48530d57

update nuscenes_main for future prediction

sssanjeev2016 committed 5 years ago
Unverified
911de0aa238b9f52370bb10980223d4644cab2be

delete main

sssanjeev2016 committed 5 years ago
Unverified
d2cb1c5e2e693b79a9ece568aca95e572f5fd4b0

fix nuscenes_main.ipynb for prediction

sssanjeev2016 committed 5 years ago
Verified
2bb00f7d2969578c590dd372bf356ce4212739db

Fix class name for test set

aabhikandoi2000 committed 5 years ago
Unverified
c0924b6db7f96b3b9bd4fc425e39e1b7390e2d75

update nuscenes_dataset_test.py

sssanjeev2016 committed 5 years ago

README

The README file for this repository.

ECE 285 trajectory prediction project

Instructions

  1. Go to the Nuscenes github page and install the devkit. Once the devkit is installed, download the data set from the Nuscenes website. In our experiments, we were only able to download the first 85 scenes from the TrainVal dataset.
  2. Use the semantic segmentation network here to segment the camera images in the TrainVal dataset. Ensure that the destination directory for the semantically segmented camera images is different than the source directory.
  3. When segmentation is finished, rename the source directory where the camera originated to a different name such as CAM_FRONT_OLD and rename the target directory to the previous source destination name. This step is important because it allows us to access the segmented camera images using the functions provided by the nuscenes devkit.
  4. Construct the intermediate representation using generate_data.py.
  5. Train the model using train_safety.py

Findings

You can read about our findings here!