rigidmask
rigidmask copied to clipboard
rigid segmentation
Hi, can you released your code on the rigid segmentation? i seem to be stuck at this part Thank you
Hi, can you be more specific about which part of the code are your looking for?
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.
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