VideoMS
VideoMS copied to clipboard
What's the implementation of Motion-centric Masking
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!