├── .gitmodules ├── DataConstruction ├── Movie │ └── Bossbaby.mp4 ├── README.md ├── SRT │ ├── Bossbaby.srt │ ├── Brave.srt │ ├── Cloudy.srt │ ├── CloudyII.srt │ ├── Coco.srt │ ├── Croods.srt │ ├── Dragon.srt │ ├── DragonII.srt │ ├── Frozen.srt │ ├── FrozenII.srt │ ├── Incredibles.srt │ ├── IncrediblesII.srt │ ├── Inside.srt │ ├── Meet.srt │ ├── Moana.srt │ ├── Ralph.srt │ ├── Tangled.srt │ ├── Tinker.srt │ ├── TinkerII.srt │ ├── TinkerIII.srt │ ├── Toy.srt │ ├── ToyII.srt │ ├── ToyIII.srt │ ├── Up.srt │ ├── Wreck.srt │ └── Zootopia.srt ├── emotions.json ├── images │ ├── V2C-Speaker-v1.jpg │ ├── character_emotion.png │ ├── data_collection.png │ ├── data_organization.png │ ├── data_preprocessing.png │ ├── emotion_distribution.jpg │ └── movie_clip_with_subtitle.png ├── movie_speaker_id.json └── toolkit_data.py └── README.md /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/.gitmodules -------------------------------------------------------------------------------- /DataConstruction/Movie/Bossbaby.mp4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DataConstruction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/README.md -------------------------------------------------------------------------------- /DataConstruction/SRT/Bossbaby.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Bossbaby.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Brave.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Brave.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Cloudy.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Cloudy.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/CloudyII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/CloudyII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Coco.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Coco.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Croods.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Croods.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Dragon.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Dragon.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/DragonII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/DragonII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Frozen.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Frozen.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/FrozenII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/FrozenII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Incredibles.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Incredibles.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/IncrediblesII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/IncrediblesII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Inside.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Inside.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Meet.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Meet.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Moana.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Moana.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Ralph.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Ralph.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Tangled.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Tangled.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Tinker.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Tinker.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/TinkerII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/TinkerII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/TinkerIII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/TinkerIII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Toy.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Toy.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/ToyII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/ToyII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/ToyIII.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/ToyIII.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Up.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Up.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Wreck.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Wreck.srt -------------------------------------------------------------------------------- /DataConstruction/SRT/Zootopia.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/SRT/Zootopia.srt -------------------------------------------------------------------------------- /DataConstruction/emotions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/emotions.json -------------------------------------------------------------------------------- /DataConstruction/images/V2C-Speaker-v1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/V2C-Speaker-v1.jpg -------------------------------------------------------------------------------- /DataConstruction/images/character_emotion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/character_emotion.png -------------------------------------------------------------------------------- /DataConstruction/images/data_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/data_collection.png -------------------------------------------------------------------------------- /DataConstruction/images/data_organization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/data_organization.png -------------------------------------------------------------------------------- /DataConstruction/images/data_preprocessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/data_preprocessing.png -------------------------------------------------------------------------------- /DataConstruction/images/emotion_distribution.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/emotion_distribution.jpg -------------------------------------------------------------------------------- /DataConstruction/images/movie_clip_with_subtitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/images/movie_clip_with_subtitle.png -------------------------------------------------------------------------------- /DataConstruction/movie_speaker_id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/movie_speaker_id.json -------------------------------------------------------------------------------- /DataConstruction/toolkit_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/DataConstruction/toolkit_data.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenqi008/V2C/HEAD/README.md --------------------------------------------------------------------------------