longyunf / rc-pda

57 stars 9 forks source link

pretrained weights #9

Open hxyHXY612 opened 1 year ago

hxyHXY612 commented 1 year ago

Can you provide pre-trained weights in the back direction? thanks

longyunf commented 1 year ago

Can you clarify "back direction"?

hxyHXY612 commented 1 year ago

In your code is CAM_BACK, do you have the training weight of CAM_FRONT?

longyunf commented 1 year ago

I only implemented the method on the front camera. If you would like to apply it on other cameras, you may consider other optical flow methods, since, to my knowledge, the RAFT pretrained from KITTI only works well for computing forward flows for the front camera.

hxyHXY612 commented 1 year ago

Thank you for the reply