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

ModuleNotFoundError: No module named 'pcseg.version' #39

Closed QiueY514 closed 4 months ago

QiueY514 commented 4 months ago

Hi, how can I find the package pcseg.version? I meet the Error: ModuleNotFoundError: No module named 'pcseg.version' in the file pcseg/__init__.py when runing scrips/dist_train.sh. Thanks!

jihanyang commented 4 months ago

Hi, have you install pcseg following: https://github.com/CVMI-Lab/PLA/blob/main/docs/INSTALL.md?

QiueY514 commented 4 months ago

Hi, have you install pcseg following: https://github.com/CVMI-Lab/PLA/blob/main/docs/INSTALL.md?

Yes,I have followed the INSTALL.md to build the extension. But there is no version folder or file under pcseg.

QiueY514 commented 4 months ago

Hi, have you install pcseg following: https://github.com/CVMI-Lab/PLA/blob/main/docs/INSTALL.md?

Or could you release the version file or folder? I can try to download and put it under pcseg folder. Thanks!

jihanyang commented 4 months ago

this is quite strange. I don't think you should download it. Can you check whether this line in setup.py has been ran? https://github.com/CVMI-Lab/PLA/blob/2e4b307f99a146ceaf9e430d4fcb9ebe635cfb71/setup.py#L32

QiueY514 commented 4 months ago

this is quite strange. I don't think you should download it. Can you check whether this line in setup.py has been ran?

https://github.com/CVMI-Lab/PLA/blob/2e4b307f99a146ceaf9e430d4fcb9ebe635cfb71/setup.py#L32

I have re-installed pcseg and solved this problem. Thanks!