Update mpi3d-complex.py
Browse files- mpi3d-complex.py +1 -1
mpi3d-complex.py
CHANGED
@@ -2,7 +2,7 @@ import datasets
|
|
2 |
import numpy as np
|
3 |
from PIL import Image
|
4 |
|
5 |
-
_MPI3D_URL = "https://huggingface.co/datasets/randall-lab/mpi3d-complex/
|
6 |
|
7 |
class MPI3DComplex(datasets.GeneratorBasedBuilder):
|
8 |
"""MPI3D Complex dataset: 4x4x2x3x3x40x40 factor combinations, 64x64 RGB images."""
|
|
|
2 |
import numpy as np
|
3 |
from PIL import Image
|
4 |
|
5 |
+
_MPI3D_URL = "https://huggingface.co/datasets/randall-lab/mpi3d-complex/resolve/main/real3d_complicated_shapes_ordered.npz"
|
6 |
|
7 |
class MPI3DComplex(datasets.GeneratorBasedBuilder):
|
8 |
"""MPI3D Complex dataset: 4x4x2x3x3x40x40 factor combinations, 64x64 RGB images."""
|