Skip to content

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

Description

@christian-cahig

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions