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

3D Pose Augmentation #5

Open
Anshul-Gupta24 opened this issue Jun 2, 2020 · 4 comments
Open

3D Pose Augmentation #5

Anshul-Gupta24 opened this issue Jun 2, 2020 · 4 comments

Comments

@Anshul-Gupta24
Copy link

Hi, I am trying to merge the PVNet code with your single stage code. As part of training, the images undergo augmentation such as rotation, cropping and scaling. I have applied the corresponding augmentation to the 3D pose but the network is very slow to train. After 120 epochs, it is performing very poorly even on train data. Removing augmentation altogether causes the network to overfit. It would be great if you could suggest where I am going wrong. Thanks!

@magicknight
Copy link

rotation and scaling? why?

@linharrrrrt
Copy link

rotation and scaling? why?

the original PVNet code do those things to augment the data.

@pra-dan
Copy link

pra-dan commented Sep 23, 2020

Hey @Anshul-Gupta24 How did u make the end-to-end pipeline to use this repo + PVNet to get 6 DoF ?

I am running it on this colab notebook but cannot understand how to get the 6 DoF. 😢

@Yipingggg
Copy link

Hi, I am trying to merge the PVNet code with your single stage code. As part of training, the images undergo augmentation such as rotation, cropping and scaling. I have applied the corresponding augmentation to the 3D pose but the network is very slow to train. After 120 epochs, it is performing very poorly even on train data. Removing augmentation altogether causes the network to overfit. It would be great if you could suggest where I am going wrong. Thanks!

Have you sorted out the problem in the end? I think you should correct the ground truth pose after the augmentation.

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

5 participants