Skip to content

Commit

Permalink
use pathlib instead of path
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaoshuai committed Nov 10, 2020
1 parent 42ee229 commit ae04946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcdet/datasets/waymo/waymo_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import copy
import numpy as np
import torch
from path import Path
from pathlib import Path
from ...ops.roiaware_pool3d import roiaware_pool3d_utils
from ...utils import box_utils, common_utils
from ..dataset import DatasetTemplate
Expand Down

0 comments on commit ae04946

Please sign in to comment.