oneThousand1000 / Portrait3D

(SIGGRAPH 2024) Portrait3D: Text-Guided High-Quality 3D Portrait Generation Using Pyramid Representation and GANs Prior
132 stars 9 forks source link

WARNING [09/19 23:21:01 apply_net]: No input images for D:\Portrait3D-main/test_data\0\samples/aligned_images #9

Open aistudio2002 opened 2 days ago

aistudio2002 commented 2 days ago

I'm trying the code and facing this problem. It seems like we've got a bbox_results from head_bbox_yolov5_crowdhuman.json and it contents all pics in the folder test_data\0\samples\images, but it didn't generate aligned_images, so the code went wrong

image

How can I fix this? Thank u very much!

oneThousand1000 commented 2 days ago

Could you try this https://github.com/oneThousand1000/Portrait3D/issues/5#issuecomment-2141523122 ?

aistudio2002 commented 1 day ago

I do follow this comment and passing absolute path to the code, and I tried to rerun all the code, it seems like the bug still exists.

image

oneThousand1000 commented 1 day ago

Please fix this bug first. Refer to https://stackoverflow.com/questions/64209238/error-15-initializing-libiomp5md-dll-but-found-libiomp5md-dll-already-initial

image