Skip to content

Commit

Permalink
remove nuscenes temporarily (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: cfujitsang <cfujitsang@nvidia.com>
  • Loading branch information
Caenorst committed Apr 22, 2020
1 parent e82c6f7 commit 94291d9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 246 deletions.
1 change: 0 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ steps:
image: pytorch/pytorch:1.2-cuda10.0-cudnn7-devel
commands:
- apt-get update && apt-get -y install libgtk2.0-dev
- pip install nuscenes-devkit
- pip install -r requirements.txt
- flake8 --config=.flake8 .
- python setup.py develop
Expand Down
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before_script:
- pip install --upgrade pip>=18.0.0
- pip install -r requirements.txt
- apt-get update && apt-get -y install libgtk2.0-dev
- pip install nuscenes-devkit

stages:
- test
Expand Down
1 change: 0 additions & 1 deletion kaolin/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
from .modelnet import *
from .shrec import *
from .scannet import *
from .nusc import NuscDetection
186 changes: 0 additions & 186 deletions kaolin/datasets/nusc.py

This file was deleted.

57 changes: 0 additions & 57 deletions tests/datasets/test_nusc.py

This file was deleted.

0 comments on commit 94291d9

Please sign in to comment.