Skip to content

Commit 1b19cbf

Browse files
committed
Fixes
1 parent 98a771a commit 1b19cbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ Building CUDA kernels
1414
Exampling training
1515
------------------
1616

17-
Two training examples are provided by ``pointnet2/train/train_sem_seg.py`` and ``train_cls.py``. The datasets for both will be downloaded automatically by default
17+
Two training examples are provided by ``pointnet2/train/train_sem_seg.py`` and ``pointnet2/train/train_cls.py``. The datasets for both will be downloaded automatically by default.
18+
19+
The scripts expect that you are in the root directory and have that directory added to your ``PYTHONPATH``,
20+
i.e ``export PYTHONPATH=$(pwd):${PYTHONPATH}``

pointnet2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from . import utils
22
from . import models
3+
from . import data

0 commit comments

Comments
 (0)