AUXteam's picture
Upload folder using huggingface_hub
f5cf0b3 verified
from .llff import LLFFDataset
from .blender import BlenderDataset
from .nsvf import NSVF
from .tankstemple import TanksTempleDataset
from .your_own_data import YourOwnDataset
dataset_dict = {'blender': BlenderDataset,
'llff': LLFFDataset,
'tankstemple': TanksTempleDataset,
'nsvf': NSVF,
'own_data': YourOwnDataset}