We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0cc68 commit f33670fCopy full SHA for f33670f
ppsci/data/dataset/drivaernetplusplus_dataset.py
@@ -243,7 +243,7 @@ def _sample_or_pad_vertices(
243
return vertices
244
245
def _load_point_cloud(self, design_id: str):
246
- load_path = os.path.join(self.root_dir, f"{design_id}.pdparams")
+ load_path = os.path.join(self.root_dir, f"{design_id}.paddle_tensor")
247
if os.path.exists(load_path) and os.path.getsize(load_path) > 0:
248
try:
249
vertices = paddle.load(path=str(load_path))
0 commit comments