qizekun / ReCon

[ICML 2023] Contrast with Reconstruct: Contrastive 3D Representation Learning Guided by Generative Pretraining
https://arxiv.org/abs/2302.02318
MIT License
120 stars 13 forks source link

hello,how I run my own dataset? #7

Closed Everglowever closed 1 year ago

Everglowever commented 1 year ago

When i try run own dataset,this error appears:dataset name is not in the dataset registry'

qizekun commented 1 year ago

Hi, you need to add @DATASETS.register_module() before your own dataset class to register the dataset. Just like this line

Everglowever commented 1 year ago

image Yes,I write this line,but this error also appears。

qizekun commented 1 year ago

Double-check the dataset name in cfgs/dataset_configs/your_dataset_config for any errors, this is all the advice I can provide.

Everglowever commented 1 year ago

In init.py,I didn't import the dataset.py