公开 学生课堂行为数据集 SCB-Dataset: A Dataset for Detecting Student and Teacher Classroom Behavior

公开 学生课堂行为数据集 SCB-Dataset: A Dataset for Detecting Student and Teacher Classroom Behavior

b站:https://www.bilibili.com/video/BV1Fv4y1H7sa/

arxiv: https://arxiv.org/pdf/2304.02488.pdf

github: https://github.com/Whiffe/SCB-dataset

百度云:https://pan.baidu.com/s/1y3lGEYd-I-jxZKyAyw4MPw?pwd=zdbg extraction code: ZDBG

SCB-dataset Student Classroom Behavior dataset

Paper NamePaper LinkDataset LinkTrained weights Linkclass
Student Classroom Behavior Detection based on Improved YOLOv7PaperBaidu Netdisk dataset extraction code: kjekBaidu Netdisk models extraction code: epvkhand-raising, reading, writing
SCB-dataset 5PaperBaidu Netdisk Dataset & Models extraction code:pur7
google drive
SCB5 is still undergoing updates, and we will update it again before mid-2025.hand-raising, read, write, discuss, clapping, leaning on the Desk, yawn, Using the Phone, Using the Computer, talk, bow the head, turn the head, guide, answer, On-stage interaction, blackboard-writing, blackboard-writing, stand, teacher, Screen, Blackboard

在这里插入图片描述

数据集增长记录:

2024年12月
在这里插入图片描述

2025年4月

在这里插入图片描述

论文调研

等级:一、二、三、四是中科院分区
等级:A、B、C、是CCF分区
斜体代表会议

论文名等级期刊/会议
SLBDetection-Net: Towards closed-set and open-set student learning behavior detection in smart classroom of K-12 education2025Expert Systems with Applications
Student behavior detection model based on multilevel residual networks and hybrid attention mechanisms2025B一Neurocomputing
A small object detector for behavior recognition in classroom scenarios2023IEEE Transactions on Instrumentation and Measurement
PACR-DETR: A Real-Time End-to-End Object Detector for Behavior Recognition in Various Classroom Scenarios2025IEEE Transactions on Instrumentation and Measurement
BiTNet: A lightweight object detection network for real-time classroom behavior recognition with transformer and bi-directional pyramid network2023Journal of King Saud University-Computer and Information Sciences
Real-time classroom student behavior detection based on improved YOLOv8s2025Scientific Reports
A WAD-YOLOv8-based method for classroom student behavior detection2025Scientific Reports
IMRMB-Net: A lightweight student behavior recognition model for complex classroom scenarios2025PloS one
Student behavior detection in the classroom based on improved YOLOv82023Sensors
A study of classroom behavior recognition incorporating super-resolution and target detection2024Sensors
MultiFusedNet: A Multi-Feature Fused Network of Pretrained Vision Models via Keyframes for Student Behavior Classification2023Applied Sciences
Students’ classroom behavior detection system incorporating deformable detr with swin transformer and light-weight feature pyramid network2023Systems
Improving YOLOv7 for Large Target Classroom Behavior Recognition of Teachers in Smart Classroom Scenarios2024Electronics
Multi-view and multi-scale behavior recognition algorithm based on attention mechanism2023Frontiers in Neurorobotics
From Motion Signals to Insights: A Unified Framework for Student Behavior Analysis and Feedback in Physical Education Classes2025arxiv
EduAgent: Generative Student Agents in Learning2024arxiv
Student Behavior Recognition in Classroom Based on Improved YOLOv72023EITCE
Student classroom behavior detection based on YOLOv8 multi-modal fusion2023CISAT
Two-stage relationship modeling algorithm for student classroom behavior recognition2024IPIC
Research on Classroom Behavior Target Detection Algorithm based on YOLOv72024IMCEC
基于 CA-YOLOv9 网络的实时全景多尺度课堂 行为识别2024现代教育技术
DLW-YOLO: Improved YOLO for Student Behaviour Recognition2024DOCS
Multi-Scale Classroom Behavior Recognition Study Based on CA-YOLOv72023ICICML
Student Behavior Detection in the classroom based on Human-Object Interaction model2023FiRE
FA-YOLOv9: Improved YOLOv9 Based on Feature Attention Block2024MAPR
Modification of YOLOv9 with Bi-Level Routing Attention for Student Behavior Monitoring in Crowded Classrooms2024ICITSI
FKD-YOLO: a Lightweight Student Classroom Behavior Recognition Algorithm2024ACIT
Research on Classroom Behavior Target Detection Algorithm based on YOLOv72024IMCEC
The Student Classroom Behavior Recognition Based on Feature Enhancement2024ICVISP
Teacher Tracking in the Classroom Based on YOLO and DeepSORT2024ICET

数据集

ClaBehavior
Students’ classroom behavior detection system incorporating deformable detr with swin transformer and light-weight feature pyramid networkClaBehavior

Numbers Datasets

Empty Cell ClaBehavior SCB-dataset
Numbers of Labels write read lookup turn_head raise_hand stand discuss raise_hand
3075 3225 17 175 3075 2175 282 726 11 248
Numbers of Images 1372 4001
Numbers of Classes 7 1

在附录把ClaBehavior 细节写进去

### SCB-dataset学生课题 动作捕捉 数据集 使用方法 SCB数据集是一种广泛应用于动作识别研究的动作捕捉数据集合[^1]。该数据集中包含了多种不同类型的运动模式,这些模式通过高精度的光学动作捕捉设备记录下来,并转换成三维坐标序列保存。 对于大学生开展基于此数据集的研究项目而言,在使用前需先下载并安装相应解析工具包来读取文件中的骨骼节点位置信息以及时间戳等元数据[^2]。Python编程语言提供了丰富的库支持处理这类结构化的时间序列数据,例如`pandas`可用于高效管理表格型数据;而像`numpy`这样的科学计算库则有助于执行矩阵运算操作以简化特征提取过程。 为了更好地理解如何利用SCB数据集进行学术探索,下面给出一段简单的代码片段展示怎样加载单个样本: ```python import numpy as np import pandas as pd def load_scb(file_path): """Load an SCB file into a Pandas DataFrame.""" columns = ['frame', 'id'] + [f'joint_{i}_x' for i in range(30)] \ + [f'joint_{i}_y' for i in range(30)] + [f'joint_{i}_z' for i in range(30)] df = pd.read_csv( file_path, sep=' ', header=None, names=columns ) return df.set_index(['frame', 'id']) sample_data = load_scb('path/to/your/scb/file.scb') print(sample_data.head()) ``` 上述脚本定义了一个函数 `load_scb()` 来导入指定路径下的 `.scb` 文件至内存中作为Pandas的数据框对象表示。这使得后续可以方便地对每一帧内的各个关节姿态做进一步分析工作。 关于具体的应用场景方面,有学者尝试过采用卷积神经网络(CNNs)[^3] 或者长短时记忆(LSTM)模型来进行人体行为分类预测实验。这两种深度学习架构能够自动从原始输入信号里挖掘潜在规律从而实现较高准确率的结果输出。
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

CSPhD-winston-杨帆

给我饭钱

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值