tudelft3d / SUMS-Semantic-Urban-Mesh-Segmentation-public

SUMS: Semantic Urban Mesh Segmentation.
GNU General Public License v3.0
56 stars 14 forks source link

Issue with semantic_urban_mesh_segmentation.exe: Program Stops After Reading Configuration File #19

Closed Berlin000000 closed 7 months ago

Berlin000000 commented 7 months ago

Dear Dr. Gao,

Hello! I encountered an issue while running semantic_urban_mesh_segmentation.exe: the program failed to start processing the data. After the command line output "Reading configuration file:", the program stopped running abruptly. image

Could this be related to an issue with my data path? Here is the structure of my context directory: image

image

Additionally, I've provided the modified sections of my config.txt file below: image I would greatly appreciate your assistance in resolving this matter! Thank you for your help!

WeixiaoGao commented 7 months ago

Hi, the problem is related to your path. I think after *.exe it should be ". \context\". Or you can try the absolute path. B.t.w., seg_aug_py_path is only for the path to the seg_aug.py file.

Berlin000000 commented 7 months ago

I tried the absolute path and modified seg_aug_py_path, but it still failed to run successfully. Could you kindly consider any other potential solutions to this problem? Thank you for your help! Snipaste_2024-04-20_21-40-36

WeixiaoGao commented 7 months ago

It's possible that the issue lies with the placement of your data. Ensure that the ply file is located directly under the 'predict' folder without any subfolders.

Berlin000000 commented 7 months ago

Thank you very much for your assistance.

zwl995 commented 3 days ago

非常感谢您的帮助。

Have you solved it? I encountered the same problem. Can you tell me what caused it?