limhoyeon / ToothGroupNetwork

3D Dental surface segmentation with Tooth Group Network
173 stars 41 forks source link

How to run ToothGroupNetwork #10

Closed hx171220 closed 1 year ago

hx171220 commented 1 year ago

Hello:

I'm using the main branch an follow the procedure:

  1. use challenger dataset to process,
  2. use processing data to train
  3. use the training results to verify However, the following error occurred 微信图片_20230710100957 My running environment:
    • The graphics card is RTX 3090
    • Python 3.7.0
    • torch: 1.13.1+cu117, cuda 11.7,cudnn 8500
    • Ubuntu 20.4 Now I don't know where the problem is, Can you help me?
limhoyeon commented 1 year ago

please tell me what options you used for train and inference!

hx171220 commented 1 year ago

This is my options:

tgnet_75.h5 and tgnet_val.h5 are generated training sets

I modified the following configuration: 微信截图_20230711092041

微信截图_20230711092511 Is there anything else that needs to be changed?

JeffreyWardman commented 1 year ago

@limhoyeon has not provided up to date pretrained model checkpoints and needs to reupload them

limhoyeon commented 1 year ago

Make sure to train both the tgnet_fps model and the tgnet_bdl model! Our tgnet needs two checkpoints(tgnet_bdl, tgnet_fps) to make inferences. For more details, see the train section of the readme. Let me know if you have any further questions.

hx171220 commented 1 year ago

@limhoyeon Thank you. I'll check it first and get back to you if I have any questions