Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems whit running open3dis for replica dataset #16

Open
trayOWO opened this issue May 8, 2024 · 0 comments
Open

problems whit running open3dis for replica dataset #16

trayOWO opened this issue May 8, 2024 · 0 comments

Comments

@trayOWO
Copy link

trayOWO commented May 8, 2024

Hello, I have some questions about running open3dis on replica dataset:

  1. 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.

  2. in ./open3dis/dataset/replica_loader.py line 112, the parameter for isinstance is reversed. It should be isinstance(spp, np.ndarray)

  3. 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

  4. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant