SOLD
SOLD copied to clipboard
How to use multiple image sequences for online training?
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: https://github.com/alex04072000/SOLD/blob/519ee0d5417d1429065742eca343ff6f7a1d0dcc/train_fence_online.py#L22-L23 https://github.com/alex04072000/SOLD/blob/519ee0d5417d1429065742eca343ff6f7a1d0dcc/train_fence_online.py#L26-L28
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
?
Hi Christian, I'm having the same problem, I wanted to try it on many more images