louiskoo
louiskoo
请问支持nnunet模型的转换吗?

你好,我用你的网盘数据可以训练测试,但是用我自己的CT数据、分割数据,到这一步就卡住报错了: fixd_path = r'D:\Download\3DUNet-Pytorch-master\fixed_data' dataset = Lits_DataSet([16, 64, 64],0.5,fixd_path,mode='train') #batch size data_loader=DataLoader(dataset=dataset,batch_size=2,num_workers=1, shuffle=True) for batch_idx, (data, target) in enumerate(data_loader): print("最大值:") print(torch.max(target.long() , 0)) print(data.shape, target.shape) target = to_one_hot_3d(target.long()) 到to_one_hot_3d()函数里的scatter时报错 torch.Size([2,...
After building all the projects successfully,I encounter a problem when runing the mono_kitti. mpMapDrawer = new MapDrawer(mpMap, strSettingsFile); After the program runs over this code, it exits directly. What are...
Dose the project support window system?