Commit ae04946d authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

use pathlib instead of path

parent 42ee2297
......@@ -8,7 +8,7 @@ import pickle
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment