Open
Description
Hi I'm new to Julia, so this is possibly just my mistake, but I cant seem to load the datasets from the tutorials:
If I execute (from https://fluxml.ai/Flux3D.jl/dev/datasets/modelnet/)
dset = ModelNet10(train=false)
I get the error:
dataset not found and auto-download option is set false.
And if I run:
dset = ModelNet10.dataset(;
mode = :pointcloud,
npoints = npoints,
transform = NormalizePointCloud(),
)
I get the error:
type #ModelNet10 has no field dataset
Metadata
Metadata
Assignees
Labels
No labels