pointnet2 working - TODO: Eval!
This commit is contained in:
@ -2,6 +2,11 @@ from torch.utils.data import Dataset
|
||||
|
||||
|
||||
class TemplateDataset(Dataset):
|
||||
|
||||
@property
|
||||
def sample_shape(self):
|
||||
return self[0][0].shape
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(TemplateDataset, self).__init__()
|
||||
|
||||
|
Reference in New Issue
Block a user