https://github.com/sarl-iiitb/ssbd-pipeline
Code and material relevant to the paper, "Introducing SSBD+ Dataset with a Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos"
https://github.com/sarl-iiitb/ssbd-pipeline
action-detection pytorch ssbd
Last synced: 24 days ago
JSON representation
Code and material relevant to the paper, "Introducing SSBD+ Dataset with a Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos"
- Host: GitHub
- URL: https://github.com/sarl-iiitb/ssbd-pipeline
- Owner: sarl-iiitb
- License: other
- Created: 2023-02-05T10:06:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T08:55:01.000Z (over 1 year ago)
- Last Synced: 2024-10-08T16:23:49.248Z (8 months ago)
- Topics: action-detection, pytorch, ssbd
- Language: Python
- Homepage: https://pypi.org/project/ssbdplus/
- Size: 547 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSBD+
Code and material relevant to the paper, "Introducing SSBD+ Dataset with a Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos"
---
All relevant links can be found here:
### Installation and Usage: [INSTALL.md](./docs/INSTALL.md)`pip install --upgrade ssbdplus`
### Models and their descriptions: [MODELS.md](./docs/MODELS.md)
```py
from ssbdplus.pipeline import SSBDPipelinemodel = SSBDPipeline()
```