ToothGroupNetwork icon indicating copy to clipboard operation
ToothGroupNetwork copied to clipboard

3D Dental surface segmentation with Tooth Group Network

Results 29 ToothGroupNetwork issues
Sort by recently updated
recently updated
newest added

try to run inference_mid.py --input_path D:\Tooth\3D_scans_per_patient_obj_files_b2 --save_path D:\Tooth\S ,errors,How to Sovle? "C:\Program Files\Python39\python.exe" D:\Tooth\3DTeethSeg_MICCAI\ToothGroupNetwork-challenge_branch\inference_mid.py --input_path D:\Tooth\3D_scans_per_patient_obj_files_b2 --save_path D:\Tooth\S The Zen of Python, by Tim Peters Beautiful is better than ugly....

args.input_dir_path= H:\teeth\3DTeethSeg\ToothGroupNetwork-main\in_obj args.split_txt_path= test_id.txt stl_path_ls= ['H:\\teeth\\3DTeethSeg\\ToothGroupNetwork-main\\in_obj\\00OMSZGW\\00OMSZGW_lower.obj', 'H:\\teeth\\3DTeethSeg\\ToothGroupNetwork-main\\in_obj\\00OMSZGW\\00OMSZGW_upper.obj'] Processing: 0 : H:\teeth\3DTeethSeg\ToothGroupNetwork-main\in_obj\00OMSZGW\00OMSZGW_lower.obj Found array with 0 sample(s) (shape=(0, 3)) while a minimum of 1 is required by DBSCAN. Traceback (most recent...

Thank you for your excellent research. I have a question. Is there a reason why the axis alignment of the data is fixed in the data set? Is there a...

Go through the codebase and find the summary of this codebase

Hello ,When I was using your visualization code to visualize the segmentation results, I find a problem ![屏幕截图 2024-04-28 164149](https://github.com/limhoyeon/ToothGroupNetwork/assets/75355191/6561d02d-4576-4466-b0cf-bedd4088893d) why one teeth not in color.I check the FDI: [...

I have same pytorch and cuda versions on Windows and Ubuntu. Pointops could be installed correctly and worked correctly on Windows, but when I use Ubuntu, it could be installed...

How to rotate data into the shape shown in the figure? ![image](https://github.com/limhoyeon/ToothGroupNetwork/assets/144404526/bc4664ca-7e20-407d-937e-0f4f4995a84a)

Hello! I'm using the following command to obtain inference results: ```bash python start_inference.py --model_name tgnet --input_dir_path ./data_obj_parent_directory --split_txt_path base_name_test_fold.txt --checkpoint_path ckpts/tgnet_fps --checkpoint_path_bdl ckpts/tgnet_bdl ``` but I'm getting the following error:...

Hello, I encountered several issues as shown in the picture when performing segmentation on the A10 graphics card. However, the same mesh model segments normally on a 3090. In the...