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

How to use multiple image sequences for online training? #4

Open
christian-cahig opened this issue Jan 9, 2021 · 1 comment
Open

Comments

@christian-cahig
Copy link

Say I have two five-frame image sequences, seq1_I{0,1,2,3,4}.png and seq2_I{0,1,2,3,4}.png. How can I run online training to use the said image sequences?

Looking at train_fence_online.py, I'm guessing it will have something to do with the --batch_size and the --training_scene flags:

tf.app.flags.DEFINE_integer(
'batch_size', 1, 'The number of samples in each batch.')
tf.app.flags.DEFINE_string('training_scene', None,
"""If specified, restore this pretrained model """
"""before beginning any training.""")

However, I cannot tell how to specify the image sequence. Do I pass --batch_size 2 --training_scene seq when calling !python train_fence_online.py?

@Sicily-F
Copy link

Hi Christian, I'm having the same problem, I wanted to try it on many more images

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