Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About trainList format #1

Open
zhanglaplace opened this issue Nov 24, 2017 · 6 comments
Open

About trainList format #1

zhanglaplace opened this issue Nov 24, 2017 · 6 comments

Comments

@zhanglaplace
Copy link

Hi ,thanks for your gread source code
could you show me the train and validation format in txt.?

@BobLiu20
Copy link
Owner

The format of txt in my using is

/your/path/CelebA/img_celeba/000001.jpg 72 26 391 345 165 184 244 176 196 249 194 271 266 260
  • [0] is abs path of image
  • [1:5] is bbox
  • [5:] is landmarks. x1, y1, x2, y2...

@zhanglaplace
Copy link
Author

@BobLiu20 Thanks,nice jobs

@zhanglaplace
Copy link
Author

@BobLiu20 I training using the code but get a error .
image

i only change the imageList, the fromat like this :
imagepath x y w h p1_x p1_y p2_x p2_y ....p5_x,p5_y
image

what should i do to solve the problem,thanks

@BobLiu20
Copy link
Owner

hmmm... I think you can go here to debug it. Change test code to your config.

@zhanglaplace
Copy link
Author

@BobLiu20 thanks i will have a try 😄

@994088895
Copy link

Have you resolved this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants