Frq-F

Results 9 issues of Frq-F

When I used Pytorch3D to render the tooth model, shadows appeared, making some teeth unable to be clearly displayed. Where should I modify and remove shadows? I tried three types...

## ❓ Questions on how to use PyTorch3D When studying the official documents "Render a textured mesh", I found that my .obj file only contain v and f message but...

Is there a design rotation method in the DracoPy?like open3d mesh.transform(rotation matrix)

enhancement

Hello, thank you for publishing the code. When I was reproducing your code, I didn't quite understand the meaning of a few parameters. Can you help me solve it? Specific...

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: [...

Hello, when I train the tgnet_fps model, I got following error Traceback (most recent call last): File "start_train.py", line 51, in runner(config, model) File "/workspace/ToothGroupNetwork-main/ToothGroupNetwork-main/runner.py", line 53, in runner gen_set...

Hello ,I use the method pointGridSampling to downsample the pointcloud. Which python method can be used to check the number of points in the downsampled point cloud? And how to...

Hello ,I have some questions about your code. first ,the range of labels is 1-16, but in the grouping_network_module, the range of half_seg_label is -1,0-15, how to change the label?...

Could you provide testing instructions, similar to nnUNet_predict -i /home/nnUNetFrame/DATASET/nnUNet_raw/nnUNet_raw_data/Task001_NPZ/imagesTs/ -o /home/nnUNetFrame/DATASET/nnUNet_raw/nnUNet_raw_data/Task001_NPZ/inferTs -t 1 -m 3d_fullres -f 4 Thanks