qianqianwang68 / omnimotion

Apache License 2.0
2.07k stars 121 forks source link

Can multiple data be trained? #33

Closed zhiyangxiao closed 8 months ago

zhiyangxiao commented 9 months ago

I found that the training operation in the introduction can only train a single video sequence, I want to batch video sequence sequence how to operate? Put all the data in the same path? eg: bear/color, butterfly/color to bear_butterfly/color? Eg: Bear /color, butterfly/color to bear_butterfly/color? like this?

zhiyangxiao commented 9 months ago

And how do I implement using trained weight files to test other data?

qianqianwang68 commented 9 months ago

Hi just to be clear, this method is a per-video optimization-based method, so it would only make sense to train on a single video sequence and then do inference on the same video sequence.