update nbv_dataset: scene_points to target_points
This commit is contained in:
@@ -237,7 +237,7 @@ class DataLoadUtil:
|
||||
@staticmethod
|
||||
def load_from_preprocessed_pts(path):
|
||||
npy_path = os.path.join(
|
||||
os.path.dirname(path), "points", os.path.basename(path) + ".npy"
|
||||
os.path.dirname(path), "pts", os.path.basename(path) + ".npy"
|
||||
)
|
||||
pts = np.load(npy_path)
|
||||
return pts
|
||||
|
Reference in New Issue
Block a user