Skip to content

ModelNet10 dataset not loading #64

Open
@margilc

Description

@margilc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions