flownet3d icon indicating copy to clipboard operation
flownet3d copied to clipboard

About the loss function

Open DylanWusee opened this issue 6 years ago • 4 comments
trafficstars

Hi Xingyu,

Thank you for releasing code here.

I noticed that the loss function used in the code is different from the one in the Paper. In the paper, you used a huber loss together with a cycle-consistency regularization.

Are there particular reasons that you removed it from your code?

Thank you very much. Best, Dylan

DylanWusee avatar Jun 27 '19 18:06 DylanWusee

We provided huber loss in the code.

xingyul avatar Jul 01 '19 06:07 xingyul

But the huber loss in your code doesn't have the cycle-consistency regularization term. Is that correct?

DylanWusee avatar Jul 01 '19 16:07 DylanWusee

That's correct. Cycle-consistency regularization should be easy to implement. Do you want me to upload the implementation?

xingyul avatar Jul 01 '19 21:07 xingyul

I am having some issues in implementing it. It would be great if you can upload it.

HimangiM avatar Sep 01 '19 03:09 HimangiM