drinkingcoder / FlowFormer-Official

Apache License 2.0
401 stars 47 forks source link

How to fine tune a model to a custom dataset #36

Open minocrafft opened 1 year ago

minocrafft commented 1 year ago

Hi @drinkingcoder,

First of all, thank you for your wonderful research. I am interested in training the FlowFormer model in custom data. Currently, it seems that training codes are only provided for benchmark datasets such as chairs, things, sintel, kiti, etc. I have some video data, and I'm going to cut the video into frames and use it for training.

I'm just starting research in the field of optical flow, so I don't know much about it. Is there a code that processes custom dataset for training? Or do I have to make a custom dataset myself? An additional, How do I create .flo file?

Thank you in advance for your response!

P.S.) What does autoflow mean in code that handles the args.stage of the train code?

drinkingcoder commented 1 year ago

You could customize the data loader from chairs, or things. But I think the biggest challenge is to obtain the optical flow GT of the your videos.

shruti18196 commented 1 year ago

You could customize the data loader from chairs, or things. But I think the biggest challenge is to obtain the optical flow GT of the your videos.

Can we use FlowFormer pre-trained models to generate GT for our custom dataset?

SacherTorte280 commented 1 month ago

You could customize the data loader from chairs, or things. But I think the biggest challenge is to obtain the optical flow GT of the your videos.

Can we use FlowFormer pre-trained models to generate GT for our custom dataset?

Same need, I wish if you can have any progress.