Skip to content

Commit f33670f

Browse files
authored
Update drivaernetplusplus_dataset.py
1 parent 9c0cc68 commit f33670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppsci/data/dataset/drivaernetplusplus_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _sample_or_pad_vertices(
243243
return vertices
244244

245245
def _load_point_cloud(self, design_id: str):
246-
load_path = os.path.join(self.root_dir, f"{design_id}.pdparams")
246+
load_path = os.path.join(self.root_dir, f"{design_id}.paddle_tensor")
247247
if os.path.exists(load_path) and os.path.getsize(load_path) > 0:
248248
try:
249249
vertices = paddle.load(path=str(load_path))

0 commit comments

Comments
 (0)