VideoMS icon indicating copy to clipboard operation
VideoMS copied to clipboard

What's the implementation of Motion-centric Masking

Open May2333 opened this issue 5 months ago • 0 comments

Hi,

Thank you for your great work!

I have a question regarding the implementation of Motion-centric Masking. It seems that the class for Motion-centric Masking is missing from the code. Am I overlooking something?

        elif args.mask_type == 'motion-centric': 
            self.mcm = True  
            self.masked_position_generator = 'Motion-centric Masking'

Any reply would be greatly appreciated!

May2333 avatar Sep 07 '24 15:09 May2333