Skip to content

Commit

Permalink
docs: pre-release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-jaisankar committed Feb 9, 2023
1 parent d3acee5 commit 5b81dc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Code and material relevant to the paper, "Introducing SSBD+ Dataset with an Atte

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



---
All relevant links can be found here:
### Installation and Usage: [INSTALL.md](./docs/INSTALL.md)
### Models and their description: [MODELS.md](./docs/MODELS.md)
### Models and their description: [MODELS.md](./docs/MODELS.md)

```py
from ssbdplus.pipeline import SSBDPipeline

model = SSBDPipeline()
```
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ssbdplus
version = 0.0.2
version = 1.0.0
author = SARL, IIITB
author_email = [email protected]
description = Models pertaining to the paper, Introducing SSBD+ Dataset with an Attentive Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos
Expand Down

0 comments on commit 5b81dc3

Please sign in to comment.