Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

MMSA from beginner to proficient

less than 1 minute read

Published:

MMSA is a unified framework for multimodal emotion recognition developed by Tsinghua University. It supports three datasets, MOSI, MOSEI, and CH-SIMS, and 15 multimodal emotion analysis models, as well as tasks such as emotion recognition and emotion intensity regression. This column will use MMSA v1.0 as an example to implement framework analysis and customized modules.

Detectron2 Getting Started Tutorial

less than 1 minute read

Published:

Due to the high degree of encapsulation of Detectron2 and the obscure syntax, it often takes time to find the corresponding modules when carrying out the project. In addition, there is a lack of easy-to-understand introductory tutorials, and the official website tutorials lack flexibility. This series will start with topics such as Detectron2 installation, custom data sets, custom networks, and validation set loss printing to get started with Detectron2 step by step.

Mamba:Linear Sequence Modeling Model

less than 1 minute read

Published:

This blog mainly focuses on the improvement of the Mamba model, involving underlying visual tasks, multimodal tasks, etc.

Openstl from zero to master

less than 1 minute read

Published:

Openstl is a third-party library developed by Westlake University for future frame prediction, which integrates multiple SOTA methods such as ConvLstm and simvip. This column will start from scratch and analyze the internal structure and customized modules of the entire Openstl project.

Classic Neural Network

less than 1 minute read

Published:

This blog series mainly introduces the traditional neural network structure design, including convolutional neural network, visual Transformer, Mamba, etc.

publications

Paper Title Number 4

Published in GitHub Journal of Bugs, 2024

This paper is about fixing template issue #693.

Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper

talks

teaching

Image Segmentation

Tutoring, Online, 2025

This course is designed for non-computer science students. It mainly explains the basic concepts of deep learning, focuses on the knowledge points of image segmentation, and uses the crack segmentation task as an example.