An open API service indexing awesome lists of open source software.

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"

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"

![Pipelined Architecture](./docs/images/SSBDPipeline.png)

---
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 SSBDPipeline

model = SSBDPipeline()
```