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

how to use other datasets? #7

Open
mamantaroking opened this issue Oct 27, 2023 · 3 comments
Open

how to use other datasets? #7

mamantaroking opened this issue Oct 27, 2023 · 3 comments

Comments

@mamantaroking
Copy link

mamantaroking commented Oct 27, 2023

You wrote that the dataset was taken from modelnet right?

So, I downloaded modelnet40 from kaggle, since modelnet is saved in an object file format (.off), i tried using a simple file converter I got from chatgpt to convert the .off file format into matlab (.mat) file format.

Let alone the part where it won't train, i printed out the content of one of my converted .mat file and one of the provided .mat dataset, and saw that the provided dataset seems to have a lot of numerical 0 which confuses me.

First, please forgive me since I am a big newbie. Second, how or where can i get the dataset that this model could train on?
If you would be so kind, could you tell me the steps on how to recreate the .mat files that you have provided, and how can it be done if one were to use the modelnet40 .off files?

@mamantaroking
Copy link
Author

Okay, so I found that you have included a downloadable folder of 3D shape nets in the Data section of the readme. Now the modelnet40 problem has been resolved.

But now i wonder how i can use my own dataset to train it on. If you have any idea, I would be much appreciated.

@Harshilpatel17
Copy link

please provide me another Dataset Link contains MAT file for train the model

@xchhuang
Copy link
Owner

Sorry for the late response. As mentioned by @mamantaroking , you can download the ModelNet dataset from kaggle.

I have also added a script src/convert.py to convert .off to .mat for the kaggle ModelNet dataset. It seems working, but I haven't tried full training on this dataset.

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

3 participants