-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
I like your work and would like to use it, but I am having several issues to get it to run. I don't need to train data but want to use your pre-trained model.
I downloaded the "data_set1_5classes" and put it into the PointCloudSegmentation folder.
I downloaded your pretrained model and put the right path in the config file eval.yaml
I changed all the paths as you described in eval.yaml and the data.fold points to the "data_set1_5classes" files.
when then running python eval.py, it seems to load but I am stuck at 0%.. Do you have any idea? Did i miss something in any file to setup?
And as a second thing, i wanted to try out your large_PC_predict.sh (as I have large point clouds to be processed and wanted to try out your tiling), but it seems as it already wants the point clouds (e.g. a point cloud i want to have predicted) to have attributes like semantic_seg and tree_ID, but my raw point clouds (obviously) dont have these attributes. Am I missing something? Do i need to preprocess them before calling the large_PC_predict.sh?
do the point clouds need to be in .ply format already?
I hope I could clarify what i wanted to point out and where I am stuck. please ask if you need anything more from my side.
Thank you very much in advance