ShoeGenv2 / sgm /data /joint3d.py
MaxMilan1
possible working changes for V3D?
09339b5
raw
history blame
235 Bytes
import torch
from torch.utils.data import Dataset
default_sub_data_config = {}
class Joint3D(Dataset):
def __init__(self, sub_data_config: dict) -> None:
super().__init__()
self.sub_data_config = sub_data_config