zhangdongwei1998

Results 10 comments of zhangdongwei1998

> > Does someone tell me how to use these blender file? > > Download Blender 2.92 and open the .blend script. Change the default ModelNet paths and modify the...

> Ok,thank you. I will try. And there was a small mistake in your code. val_loader = torch.utils.data.DataLoader(val_dataset, batch_size=args.batchSize, shuffle=False, num_workers=0) Did you forget the 'test_mode = True' ? I...

> HI Jongchyisu, I'm trying to use your blender script to generate rendered views. But there is a box in the middle of the image generated by this script ....

> 好像是使用这个清楚多余的组件的 bpy.data.objects.remove(bpy.data.objects['Cube']) @zhangdongwei1998 嗯嗯,试了一下可以的,没用过blender,不知道怎么用,非常感谢。

> Hello, I got this error ‘RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)`’ when I was doing the segmentation task, why is this?thanks

So I can't run this segmentation code correctly.Do you know why?thank you.

Thank you for your reply. I'll check it later.

Hi,would you please tell me how to visualize the partseg model?

I also encountered the same problem.Have you solved this problem about how to visulize your tested data?

你好,您是如何进行分割可视化的,谢谢。