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

Questions about parallel SPPE? #37

Closed
Sakuralala opened this issue Mar 20, 2018 · 6 comments
Closed

Questions about parallel SPPE? #37

Sakuralala opened this issue Mar 20, 2018 · 6 comments

Comments

@Sakuralala
Copy link

Hey,in the parallel SPPE branch,how to calculate the loss between the center-located ground truth poses and the output?And how to make the center-located ground truth pose image?Is it just cropped from the origin image?

@Fang-Haoshu
Copy link
Member

To calculate the loss between the center-located ground truth poses and the output, we use the same loss as the main SPPE.
The center-located ground truth pose image is cropped from the original image using ground truth bounding box.

@Sakuralala
Copy link
Author

So what if I discard the parallel SPPE and just use the main branch?Should I add a new loss or just train the net as before(with stn but without parallel SPPE)? @Fang-Haoshu

@Fang-Haoshu
Copy link
Member

Fang-Haoshu commented Mar 22, 2018

you can train it as before, but a question is why you want to do that..

@Sakuralala
Copy link
Author

emmm...poor gpu memory?

@Fang-Haoshu
Copy link
Member

Oh I see, then you may try using a smaller batch size and enlarge the iter_size. Refer to the opt.lua

@Sakuralala
Copy link
Author

Thanks for replying!

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

2 participants