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

Issue about ScanNet file #4

Closed
hugoycj opened this issue Jul 4, 2021 · 4 comments
Closed

Issue about ScanNet file #4

hugoycj opened this issue Jul 4, 2021 · 4 comments

Comments

@hugoycj
Copy link

hugoycj commented Jul 4, 2021

Thank you for your great world.
I wonder if you could give us some instructions about preprocess scannet file. For example, the input format of scannet is '.mask', what's the content of it.
Great thanks for your help

@xheon
Copy link
Owner

xheon commented Jul 8, 2021

Hi, thanks for your interest in the project.
I'm a bit busy with teaching at the moment, but I will come back to you next week. Feel free to ping again!

@shingkim
Copy link

Thank you for your great world. I wonder if you could give us some instructions about preprocess scannet file. For example, the input format of scannet is '.mask', what's the content of it. Great thanks for your help

hi, I also get the same problem. Have you solved it?thanks

@xheon
Copy link
Owner

xheon commented Apr 25, 2022

Hi, sorry for the late reply.

You can find the preprocessed data for both scannet and shapenet together with pretrained weighted here: https://hidrive.ionos.com/share/fg649wmiu5

Please note, that the pre-trained weights refer to the code before this commit (.e. without the 2 sigmoid before the separation model.): 4ecbb03

python test.py --gpu 0 --scannet_path scannet_data_path --shapenet_path shapenet_data_path --confusion_val_path one_to_one_mapping_validation.json --confusion_train_path one_to_one_mapping_train.json --confusion_test_path one_to_one_mapping_test.json --similarity_path scan-cad_similarity_public_augmented-100_v0.json --model_path joint-embedding

retrieval accuracy:

correct: 2144, total: 5102, accuracy: 0.42022736181889453
02747177:   183/  562 --> 0.326
02808440:    35/   74 --> 0.473
02818832:    91/  165 --> 0.552
02871439:    94/  369 --> 0.255
02933112:    86/  425 --> 0.202
03001627:  1026/ 1828 --> 0.561
03211117:    76/  208 --> 0.365
03337140:    27/  106 --> 0.255
04256520:   100/  265 --> 0.377
04379243:   313/  771 --> 0.406
other:   113/  329 --> 0.343

ranking quality

correct: 2104, total: 13110, accuracy: 0.1604881769641495
02747177:   141/ 1152 --> 0.122
02808440:    40/  169 --> 0.237
02818832:    81/  429 --> 0.189
02871439:    93/  867 --> 0.107
02933112:    97/ 1010 --> 0.096
03001627:  1016/ 5016 --> 0.203
03211117:    84/  590 --> 0.142
03337140:    25/  251 --> 0.100
04256520:   107/  753 --> 0.142
04379243:   321/ 2099 --> 0.153
other:    99/  774 --> 0.128

Best,
Manuel

@xheon xheon closed this as completed Apr 25, 2022
@shingkim
Copy link

shingkim commented Apr 27, 2022 via email

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

3 participants