You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have some questions about running open3dis on replica dataset:
in tools/generater_3d_inst.py, in line 262 there is always false to save clustering output, resulting calling torch.load before torch.save. So I replaced 'Flase' with 'True' both in first getting 3d inst and after refineing 2d features, but I got a poor AP result(< 0.1). I want to ask if the way I did is correct.
in ./open3dis/dataset/replica_loader.py line 112, the parameter for isinstance is reversed. It should be isinstance(spp, np.ndarray)
for evaluation, in evaluation/eval.py, I replaced the path to scannet200 gt to replica gt(replica_3d) directly. I also want to ask it is ok to do so
is there only visualization for scannet200, scannetpp, ArkitDev? I tried to change the data path in visualization/visualize_arkitscenes.py to corresponding data path to replica, but resulting error in open host server.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello, I have some questions about running open3dis on replica dataset:
in tools/generater_3d_inst.py, in line 262 there is always false to save clustering output, resulting calling torch.load before torch.save. So I replaced 'Flase' with 'True' both in first getting 3d inst and after refineing 2d features, but I got a poor AP result(< 0.1). I want to ask if the way I did is correct.
in ./open3dis/dataset/replica_loader.py line 112, the parameter for isinstance is reversed. It should be isinstance(spp, np.ndarray)
for evaluation, in evaluation/eval.py, I replaced the path to scannet200 gt to replica gt(replica_3d) directly. I also want to ask it is ok to do so
is there only visualization for scannet200, scannetpp, ArkitDev? I tried to change the data path in visualization/visualize_arkitscenes.py to corresponding data path to replica, but resulting error in open host server.
Thank you very much!
The text was updated successfully, but these errors were encountered: