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

PBR datasets not Found #5

Closed
amerssun opened this issue Jun 17, 2024 · 4 comments
Closed

PBR datasets not Found #5

amerssun opened this issue Jun 17, 2024 · 4 comments

Comments

@amerssun
Copy link

global loadsave.cpp:248 findDecoder imread_('data/material_lib/pbr_maps/train/Metal/acg_painted_metal_003/basecolor.png'): can't open/read file: check file path/integrity

I can't open the URL in OpenXLab. When using the HuggingFace datasets URL, we encounter this error.

@WilliamHaiweiGu
Copy link

The link to OpenXLab is dead, and the Huggingface repository does not really fit the required file structure

@Aleafy
Copy link
Owner

Aleafy commented Jun 27, 2024

Hello, @amerssun @WilliamHaiweiGu

Sorry for the delay in responding due to last week's busyness; I have checked and the website's URL is now accessible.

Also, you can download the data from huggingface (use this script to download), since our offered link is a subset of the original data, downloading from Huggingface is okay, and the folder structure does not change much.

Just make sure that the train folder containing the PBR texture maps is included under data/material_lib/pbr_maps as shown in the following path format:

data
└── material_lib
    └── pbr_maps
        └── train
            ├── Ceremic
            ├── Concrete
            ├── ...
            └── Wood

@WilliamHaiweiGu
Copy link

Thx. You might want to add this graph to README.md.

@Aleafy
Copy link
Owner

Aleafy commented Jul 4, 2024

OK, I'll modify it.

@Aleafy Aleafy closed this as completed Jul 4, 2024
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