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

How to run PSSNet fully #13

Open
zwl995 opened this issue Feb 13, 2025 · 6 comments
Open

How to run PSSNet fully #13

zwl995 opened this issue Feb 13, 2025 · 6 comments

Comments

@zwl995
Copy link

zwl995 commented Feb 13, 2025

Hello, Dr. Gao, I want to run PSSNet completely. Are the steps to run the steps one after another:

  1. Run the PSSNet_oversegmentation mode in step1 and only execute process_prediction
  2. Readme execution according to step2
@WeixiaoGao
Copy link
Collaborator

Sorry for my late reply.

  1. You can directly run` PSSNet_pipeline_for_GCN' to get all the required data for the next step.
  2. For step-2, except for the Readme, please also check here.

@zwl995
Copy link
Author

zwl995 commented Feb 25, 2025

Image

@zwl995
Copy link
Author

zwl995 commented Feb 25, 2025

Image

@zwl995
Copy link
Author

zwl995 commented Feb 25, 2025

Is this the right way to organize the files? In addition, I placed the models provided by the SUMS warehouse under the models folder

@WeixiaoGao
Copy link
Collaborator

If you want to predict unseen data, that's the correct way to do it with a pre-trained model. However, you need planar and non-planar classification models for step 1 and another pre-trained model depends on the method in step 2.

@zwl995
Copy link
Author

zwl995 commented Feb 26, 2025

ImageThank you very much for your reply. My purpose is to classify models that I have never seen before.
I set operating_mode to "PSSNet_pipeline_for_GCN" according to your instructions, and I observed that it was executed in turn: Get_labels_for_plane_non_plane_from_semantic, Pipeline, PSSNet_oversegmentations, PSSNet_oversegmentations_evaluation, PSSNet_graph_construction, PSSNet_pcl_generation_for_GCN. However, after debugging during the training of Pipline, it was found that all seg_truth_train were-1, which caused errors in subsequent training.

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