CVMI-Lab / PLA

(CVPR 2023) PLA: Language-Driven Open-Vocabulary 3D Scene Understanding & (CVPR2024) RegionPLC: Regional Point-Language Contrastive Learning for Open-World 3D Scene Understanding
Apache License 2.0
256 stars 11 forks source link

Bus Error Core Dumped while running "generate_caption_idx.py" file #32

Closed rabbiahassan closed 10 months ago

rabbiahassan commented 10 months ago

Hello ! Thank you for the interesting work. I am getting this error wehn I am trying to run the generate_caption_idx.py file. It is happening when I put train, val and test folders generated from pre-processing step used in PointGroup in the data/scannetv2 folder. Can you please guide what can be the underlying issue? image

Dingry commented 10 months ago

It seems to relate to the Shared Array caching. The simplest way to address this issue is to set the cache off. You can find the DATA_PROCESSOR.cache key in the config file and set it to False.

rabbiahassan commented 10 months ago

many thanks.

rabbiahassan commented 10 months ago

I am closing this issue. Thanks for your help.