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

Bad results when running inference of annotation-free models #52

Open
argosdh opened this issue Jul 25, 2024 · 2 comments
Open

Bad results when running inference of annotation-free models #52

argosdh opened this issue Jul 25, 2024 · 2 comments

Comments

@argosdh
Copy link

argosdh commented Jul 25, 2024

Hi, thanks for your great work!

I'm encountering some problem when running the annotation-free setup models e.g. [RegionPLC + OpenScene + SparseUNet32] or [RegionPLC + SparseUNet32]. When inferenced on scannet validation, every point would be given the same label. This is my scripts used for running:
python3 test.py --cfg_file cfgs/scannet_models/spconv_clip_openvocab_test.yaml --ckpt ../checkpoints/sparseunet32_596.pth --save_results semantic

I barely changed the yaml file, only for those categories I want to add, like from
CATEGORY_NAMES: [door, window, desk, keyboard, others]
to
CATEGORY_NAMES: [trash can, television ,door, window, desk, keyboard, chair, others]

this is my yaml file, since I only need the qualitiative results, I put all my labels in base labels.
Selection_720

Thank you if you can reply !

@argosdh
Copy link
Author

argosdh commented Jul 28, 2024

Hello, you used the wrong config file here, you can follow the config file indicated in https://github.com/CVMI-Lab/PLA/blob/regionplc/docs/MODEL.md. Such as https://github.com/CVMI-Lab/PLA/blob/regionplc/tools/cfgs/scannet200_models/zs/spconv_clip_caption_openscene.yaml or https://github.com/CVMI-Lab/PLA/blob/regionplc/tools/cfgs/scannet200_models/zs/spconv_clip_caption.yaml

Thanks, I guess the my repo was the old one before the latest update. I'll try now.

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

2 participants