Closed Yang-SyZng closed 1 month ago
Sorry everyone, I checked it carefully later,
python -m omnigibson.utils.asset_utils --download_assets --download_og_dataset --accept_license python -m digital_cousins.utils.dataset_utils --download_acdc_assets
The first line was executed, and the second line was ignored by Linux! ! ! Sorry for taking up your reading time! !
This is a long story, please take some time to read it patiently! !
When I run the test_model.py, the following problem occurs:
It shows the error:
When I manually add "fridge", "wine_fridge", "bottom_cabinet", "display_fridge" these folders, new errors occur:
Then I modified /digital-cousins/digital_cousins/models/feature_matcher.py, 299,
model_imgs = np.array([np.array(Image.open(model).convert("RGB"), dtype=np.uint8) for model in models], dtype=np.uint8)
,but the new problem still occurs:
Now, I didn't think it's a code problem. When I debugged and output the contents of the "models" variable in "/digital-cousins/digital_cousins/models/feature_matcher.py", I found it was empty.
I think it should be that there is no data in "/assets/objects/fridge/snapshot" that causes this problem. This "assets" folder should not be created manually. Back to the original question,how to solve this problem, or how to generate an "assets" folder!! Thank you!!