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

Question about some file you mentioned in your script #2

Closed
Terrytsang0618 opened this issue Dec 28, 2021 · 1 comment
Closed

Question about some file you mentioned in your script #2

Terrytsang0618 opened this issue Dec 28, 2021 · 1 comment

Comments

@Terrytsang0618
Copy link

Terrytsang0618 commented Dec 28, 2021

May I know the details about "metadata.json" you mentioned on row 102(main.py)?
What should I include in this json? Do I also need to create a json file?
Also, what is the usage of the CSV folder?
Many Thanks.

@lakshyabatman
Copy link
Owner

Ok, I made two parsers. One for CSV and one for JSON, so for JSON you need to have a structure like

{
    "0": {
        "Background": "Background #5",
        "Face": "Chad Face #3",
        "Body": "Body #4",
        "Hair": "Sexy Hair #4",
        "skeleton": "Skeleton #1"
    }
}

The key should map to the file as well, you can see in the code.

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