Maclory / Deep-Iterative-Collaboration

Pytorch implementation of Deep Face Super-Resolution with Iterative Collaboration between Attentive Recovery and Landmark Estimation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The annotation Helen_test.pkl doesn't have keys of 'landmark' and 'bbox'.

hdjsjyl opened this issue · comments

Hi authors, thanks for your excellent work. I am a newer for face super-resolution.
Now I am trying to train DIC model by using Helen dataset, but for the Helen_train.json, the 'info_path' in the 'Helen_train.json', if I set it as 'Helen_test.pkl' file, it shows an error 'IndexError: only integers, slices (:), ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indices'. Any advice will be appreciated, thank you!

Hi, I'm not sure what's happening here, can you show me the full log? Like which line of code throw this error?

My current guess is that we didn't put landmark info for test images(landmark is not needed for the test, while needed for training), so you can't train on the test set.

hey is the issue resolved, me too getting the same problem

Hello authors, I meet the same problem.

anyone can tell where to get the pkl file ?

@wfxiaobo Got it. But have you solved the issue ?

We generate Helen pkl by ourselves 发自我的iPhone

------------------ Original ------------------ From: Liu0329 <notifications@github.com> Date: Mon,Feb 22,2021 3:08 PM To: Maclory/Deep-Iterative-Collaboration <Deep-Iterative-Collaboration@noreply.github.com> Cc: wfxiaobo <499638409@qq.com>, Mention <mention@noreply.github.com> Subject: Re: [Maclory/Deep-Iterative-Collaboration] The annotation Helen_test.pkl doesn't have keys of 'landmark' and 'bbox'. (#25) @wfxiaobo Got it. But have you solved the issue ? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

How to generate Helen pkl by myself?Thanks.