Open cenjinglun opened 10 months ago
We adopted an instance segmentation model to extract the main character masks. Then character-only frames will only have the character area clear with other contexts blurred out and vice versa for the context-only frames.
Do you have plans to update the complete implementation code for this part?
The mask generation is not the main part of the dataset. We ran the instance segmentation model and asked some research assistants to retouch the masks. If you want to use the masks, just send me an email and we are happy to share those with you!
The mask generation is not the main part of the dataset. We ran the instance segmentation model and asked some research assistants to retouch the masks. If you want to use the masks, just send me an email and we are happy to share those with you!
@AlbusPeter , I have mailed you, kindly send me.
I found the experiments in the paper include three types: fully-informed, character-only, and context-only. However, from the code, it seems that only the first type can be observed. Could you show mor about how these three types of experiments are conducted and how the division into character-only and context-only is achieved?