Skip to content

Commit f9ae864

Browse files
committed
fixed 403
1 parent e469075 commit f9ae864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vis_pred.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def pred_custom_data(pc_names, pcs, pipeline_r, pipeline_k):
7777

7878
def get_torch_ckpts():
7979
kpconv_url = "https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_semantickitti_202009090354utc.pth"
80-
randlanet_url = "https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202009090354utc.pth"
80+
randlanet_url = "https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202201071330utc.pth"
8181

8282
ckpt_path_r = example_dir + "/vis_weights_{}.pth".format('RandLANet')
8383
if not exists(ckpt_path_r):
@@ -95,7 +95,7 @@ def get_torch_ckpts():
9595

9696
def get_tf_ckpts():
9797
kpconv_url = "https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_semantickitti_202010021102utc.zip"
98-
randlanet_url = "https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202010091306.zip"
98+
randlanet_url = "https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202201071330utc.zip"
9999

100100
ckpt_path_dir = example_dir + "/vis_weights_{}".format('RandLANet')
101101
if not exists(ckpt_path_dir):

0 commit comments

Comments
 (0)