Aleafy / Make_it_Real

Make-it-Real: Unleashing Large Multimodal Model for Painting 3D Objects with Realistic Materials
https://sunzey.github.io/Make-it-Real/
MIT License
114 stars 1 forks source link

PBR datasets not Found #5

Open amerssun opened 1 week ago

amerssun commented 1 week ago

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 commented 1 week ago

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

Aleafy commented 2 days ago

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