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

Training with local data #15

Closed
DingGit opened this issue Oct 30, 2017 · 4 comments
Closed

Training with local data #15

DingGit opened this issue Oct 30, 2017 · 4 comments

Comments

@DingGit
Copy link

DingGit commented Oct 30, 2017

Hi @michalfaber, thanks for the fantastic work.
I was trying to see if I can still train with local data only, without augmentation.
Apparently it says that "use_client_gen = False" is deprecated in the code, and a brief try shows that the format in locally generated h5 file is not compatible with what specified in DataIterator.
So my question is that, was there once a working version of for training with local data that you can upload, or maybe you can shed some light on how I should modify the code if I want to train with local data without augmentation? Thanks!

@michalfaber
Copy link
Owner

michalfaber commented Oct 31, 2017

Hi @DingGit
Deprecated DataIterator was used to iterate over augmented dataset file generated by rmpe_dataset_transformer tool. If you would like to train with local data without augmentation, modify this part https://github.com/michalfaber/rmpe_dataset_server/blob/555445514b287062e407989a284dd9023171dc5b/DataTransformer.cpp#L600
Actually, this is a good idea to add a flag which disables augmentation. Thanks

@DingGit
Copy link
Author

DingGit commented Nov 2, 2017

Thanks, I'll look into that.

@DingGit
Copy link
Author

DingGit commented Nov 5, 2017

Is it that the rmpe server not only doing data augmentation, but also calculating confidence map and PAF on the fly? @michalfaber

@DingGit DingGit closed this as completed Mar 5, 2018
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