limhoyeon / ToothGroupNetwork

3D Dental surface segmentation with Tooth Group Network
151 stars 38 forks source link

about first_ins_cent_model Problem #4

Closed 0ZzYy0 closed 1 year ago

0ZzYy0 commented 1 year ago

Hello, I used the challenge dataset and your shared model for prediction. However, there seems to be an issue with the ’self.first_ins_cent_model‘ method in the ’grouping_network_module.py‘ file, which results in all 0 values for whole_cls_1. Snipaste_2023-06-14_11-11-46

limhoyeon commented 1 year ago

Can you give me the visualize result of the sampled points(maybe after farthest point sampling in my inference pipeline code)?

0ZzYy0 commented 1 year ago

Thank you for your response,The first image is vertices and the second image is sampled_feats.

Snipaste_2023-06-14_12-24-32

Snipaste_2023-06-14_12-24-49

Snipaste_2023-06-14_12-26-58

0ZzYy0 commented 1 year ago

I changed 'new_fps' to 'fps' in 'resample_pcd' method,this is sampled_feats、first_results、result_ins_labels、result_sem_labels.

Snipaste_2023-06-14_17-04-07

1

2

3

limhoyeon commented 1 year ago

can you tell me what your graphic cards and Cuda version are? This issue may be related to C++ (cuda kernel) function. So maybe you can see that the farthest point sampling or grouping algorithm in point transformer modules dose not work properly.

0ZzYy0 commented 1 year ago

The graphics card is RTX 3090

cuda

nvidia

limhoyeon commented 1 year ago

As I said previously, maybe it is related to the cuda function in the point transformer model(original code -> https://github.com/LiyaoTang/contrastBoundary]. I think that there are some problems when executing the cuda function in Rtx 30XX versions.

I apologize for not being able to assist you immediately, as it might take some time to identify the issues with the CUDA function and modify the code.

On Fri, Jun 16, 2023 at 12:15 PM kou @.***> wrote:

牛逼

— Reply to this email directly, view it on GitHub https://github.com/limhoyeon/ToothGroupNetwork/issues/4#issuecomment-1594029524, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQW6T2XLUTP5H766J3E7LUDXLPFVNANCNFSM6AAAAAAZFW4WEI . You are receiving this because you commented.Message ID: @.***>

0ZzYy0 commented 1 year ago

Thank you very much for your help. I will continue to try different methods to solve this problem.

limhoyeon commented 1 year ago

If you download the original pointops library, you might solve your problem. plz refer to https://github.com/limhoyeon/ToothGroupNetwork/issues/7