-
Notifications
You must be signed in to change notification settings - Fork 26
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
how to prepare the training samples for RL training #3
Comments
Please refer RL/batch_provider.py, we random select (id, cam) sequence pairs and then random select frames |
I see it, so what's the format of input params of batch_provider? it seems to need a recordio file with labels and an lst file parsed from a txt file. I have no idea about the contents of these files, could you give me some more details? thank you |
The first term input of batch_provider is a image record iterator, the second term is an lst file which is the same file to the lst file provided to the first term. I think this part is similar to the setting in baseline program. Tell me if it is still not clear. Thank you. |
what‘s in this |
I have tried training the RL phase model with the baseline training samples(recs) , but it seems that the training sample preparing is different between RL training and baseline, could you share the data preprocessing scripts for RL training thank you
The text was updated successfully, but these errors were encountered: