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

Issues with Single-image overfitting #132

Open
Xiaoming-Zhao opened this issue May 10, 2022 · 0 comments
Open

Issues with Single-image overfitting #132

Xiaoming-Zhao opened this issue May 10, 2022 · 0 comments

Comments

@Xiaoming-Zhao
Copy link

Xiaoming-Zhao commented May 10, 2022

Hi @shunsukesaito, thanks a lot for this great work. I am following your guideline to process the free rp_dennis_posed_004 data and tried to overfit to one image.

The only change I made to your repo is that I replaced the following line with self.yaw_list = [0] to always train on the same image:

self.yaw_list = list(range(0,360,1))

I then trained with the command line your suggested:

python -m apps.train_shape --dataroot {path_to_training_data} --random_flip --random_scale --random_trans

However, after 100 epochs, the following is what I get. May I know whether you have tried single-imge overfitting before? Do you mind sharing some thoughts about why this may fail? Thanks a lot

0_0_00

snapshot00
snapshot01

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

1 participant