rigidmask icon indicating copy to clipboard operation
rigidmask copied to clipboard

rigid segmentation

Open daonguyenthien opened this issue 4 years ago • 3 comments

Hi, can you released your code on the rigid segmentation? i seem to be stuck at this part Thank you

daonguyenthien avatar Jun 22 '21 10:06 daonguyenthien

Hi, can you be more specific about which part of the code are your looking for?

gengshan-y avatar Jun 23 '21 00:06 gengshan-y

Hi, I'm very sorry for not being clear. I'm looking for the part on how you can segment motion from the background? and how can you fusion it with your optical flow model? Thank you.

daonguyenthien avatar Jun 23 '21 02:06 daonguyenthien

The reference command segments rigid motions and refines the scene flow.

Specifically, the rigid motion segmentation part starts here: https://github.com/gengshan-y/rigidmask/blob/52a8c0d62fac764ab131f34c39554c40caaa8fd8/models/VCNplus.py#L729

and the part that calls scene flow refinement part starts here: https://github.com/gengshan-y/rigidmask/blob/52a8c0d62fac764ab131f34c39554c40caaa8fd8/submission.py#L325

gengshan-y avatar Jun 23 '21 05:06 gengshan-y