SamsungLabs / NeuralHaircut

Neural Haircut: Prior-Guided Strand-Based Hair Reconstruction. ICCV 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: need at least one array to stack

carlosedubarreto opened this issue · comments

Now I'm receiving this error and now I really don know what to do.

image

Sorry I can't help, I haven't dug into the program yet

Unrelated to your issue.. Do you have an idea where others would be interested in chatting + working through the Reconstruction Steps/troubleshooting? Some discord or slack channel?

Sorry I can't help, I haven't dug into the program yet

Unrelated to your issue.. Do you have an idea where others would be interested in chatting + working through the Reconstruction Steps/troubleshooting? Some discord or slack channel?

Sorry @BlakeXYZ , i don't know about a place like this one you said.

I usually chat about these topics on the issues page, or when available, thendiscussion oage of the repo.

Thats usually better fornother people to find solutions to problems they are having.

Slack or discord tand to be good to solve things in realtime but become a nightmare to reall all the messages people exchange, IMHO

I think that changing the file extension from '.png' to '.npy' would help (line 343)

self.variance_lis = sorted(glob(os.path.join(self.data_dir, 'confidence_maps','*.png')))

thanks a lot @Vanessik .
I fixed on problem for me and made a new one.
You are totally right. changing that information, the code started working.