cxjyxxme / deep-online-video-stabilization

video stabilization with CNN https://ieeexplore.ieee.org/document/8554287
45 stars 16 forks source link

optical flow #3

Open MeNinaa opened 5 years ago

MeNinaa commented 5 years ago

Hi,

you mention in your readme that optical flow is set to 0. May I ask you how to use flow information during training please?

Thank you

cxjyxxme commented 5 years ago

Hi, set flow to 0 is done during generating tfrecord datas, you can run the training scripts to train the net directly.

MeNinaa commented 5 years ago

Hi,

thanks for replying. I can train the network now, however I would like to use flow information in the training process. For now, the losses I am getting are very high (~100), so I think the lack of flow information might be a cause.

Can you please explain how to generate the tfrecord data?

Cheers

cxjyxxme commented 5 years ago

Hi, I have trained with this tfrecord actually, and the final loss is about 5. This is the training record I trained, hope it's helpful. )OL9 EPY11K6LV5NEIMCLE0

MeNinaa commented 5 years ago

Hi,

I restarted training and now my losses seem to be similar to yours, thanks. This figure was really helpful.

But this procedure is for using the training data you provided, right? If I want to train using my own data, will I need to generate my own tf record data?

Cheers

thedjofsis commented 4 years ago

Hi,

I restarted training and now my losses seem to be similar to yours, thanks. This figure was really helpful.

But this procedure is for using the training data you provided, right? If I want to train using my own data, will I need to generate my own tf record data?

Cheers

Hello @mariaito , I'm trying to work with this code and so far figured out the data directory structures by trial and error. Now I'm stuck with this same question about tfrecords for my own data. Have you been able to figure it out?

@cxjyxxme If you can guide us for this step it will be very helpful,

Thank you Regards, Dharm

A-Kerim commented 3 years ago

Hi @mariaito @cxjyxxme.

I would like to train your model using my own data. Could you please direct us on how to generate the tfrecords?

Thanks, Kerim