Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what if i don't have reliable datasets with label #6

Closed
anewusername77 opened this issue May 18, 2021 · 4 comments
Closed

what if i don't have reliable datasets with label #6

anewusername77 opened this issue May 18, 2021 · 4 comments

Comments

@anewusername77
Copy link

as the title said, can i train this model and lable those data?they are completely without any class labels, just want to assign them with a specific class(no need for meaning of classes)

@niuchuangnn
Copy link
Owner

Your data are images? SPICE is just to label/cluster images without using any class labels. SPICE may be also extended to other kinds of data with well representation features.

@anewusername77
Copy link
Author

thanks, i'll try

@anewusername77
Copy link
Author

Your data are images? SPICE is just to label/cluster images without using any class labels. SPICE may be also extended to other kinds of data with well representation features.

dear author,
you mean i can train this model with my own images, but they need to organized as imagenet or cifar?
for example, imagenet_dog need : imagenet_dog_npy , imagenet_dog_lmdb and imagenet_dog_lmdb_meta_info.pkl?

@niuchuangnn
Copy link
Owner

Hi @scarletteshu, you can write a dataset Class to load your own images, e.g., you can refer to the DatasetFolder, depending on how you organize and load your images. Note that you need to make sure that the outputs of your own data loader are the same as those of the loader in this project. In the current version, the outputs of the data loader in different stages are slightly different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants