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 fix "Cannot find valid data directory for uid" error? #34

Open
JIK-2chaRa opened this issue Apr 2, 2024 · 3 comments
Open

How to fix "Cannot find valid data directory for uid" error? #34

JIK-2chaRa opened this issue Apr 2, 2024 · 3 comments

Comments

@JIK-2chaRa
Copy link

All runs in virtual box Ubuntu linux

train_metadata.json
val_metadata.json
There is jsons with links to my dataset of png files . When I tried to start training model I have "Cannot find valid data directory for uid" error . It seems that trouble can be in links or config files that is provided downwards but I`m not sure

root_dirs:
./DATA_set/
meta_path:
train: ./DATA_set/train_metadata.json
val: ./DATA_set/val_metadata.json

Maybe there are some naming rules or something related to image tracking?

@ZexinHe
Copy link
Collaborator

ZexinHe commented Apr 3, 2024

Hi,

Plz prepare your data like this #26 (comment) and your meta file like this #33 (comment).

@JIK-2chaRa
Copy link
Author

Hi!
train_metadata.json
val_metadata.json

Thank you for your help, I prepared the directories as you wrote and prepared jsons. Now there is a constant error with division by zero. In the past, it crashed at the stage of uploading a photo (but the data was prepared incorrectly there), but now with the prepared files, it does not seem to see the files. You don't know what it could be connected with ? attaching jsons

@hayoung-jeremy
Copy link

hayoung-jeremy commented Apr 16, 2024

Hi @JIK-2chaRa , could you please tell me how you configured those json files?
I'm very new to AI, don't know how to properly prepare data and run the training code.
I've generated multi view images from Objaverse Rendering, but not sure how to deal with the rest.
I've posted my question on thie issue .
Could you please take a look at it when you have time?
Thank you in advance!

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