-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
160 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
|
||
build: | ||
image: latest | ||
|
||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
python: | ||
version: 3.6 | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Dataset,Sign Language,Pose Dataset | ||
:class:`~openhands.datasets.isolated.AUTSLDataset`,`Turkish <https://chalearnlap.cvc.uab.cat/dataset/40/description/>`_,`Download <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.CSLDataset`,`Chinese <http://home.ustc.edu.cn/~pjh/openresources/cslr-dataset-2015/index.html>`_,`Download <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.DeviSignDataset`,`Chinese <http://vipl.ict.ac.cn/homepage/ksl/data.html>`_,`Download <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.GSLDataset`,`Greek <https://vcl.iti.gr/dataset/gsl/>`_,`Download <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.INCLUDEDataset`,`Indian <https://sign-language.ai4bharat.org/#/INCLUDE>`_,`Download <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.LSA64Dataset`,`Argentinian <http://facundoq.github.io/datasets/lsa64/>`_,`Download <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.WLASLDataset`,`American <https://dxli94.github.io/WLASL/>`_,`Download <https://raw.github.com>`_ | ||
Dataset,Sign Language,Download Size | ||
:class:`~openhands.datasets.isolated.AUTSLDataset`,`Turkish <https://chalearnlap.cvc.uab.cat/dataset/40/description/>`_,`2.1GB <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.CSLDataset`,`Chinese <http://home.ustc.edu.cn/~pjh/openresources/cslr-dataset-2015/index.html>`_,`11GB <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.DeviSignDataset`,`Chinese <http://vipl.ict.ac.cn/homepage/ksl/data.html>`_,`2.3GB <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.GSLDataset`,`Greek <https://vcl.iti.gr/dataset/gsl/>`_,`0.7GB <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.INCLUDEDataset`,`Indian <https://sign-language.ai4bharat.org/#/INCLUDE>`_,`0.6GB <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.LSA64Dataset`,`Argentinian <http://facundoq.github.io/datasets/lsa64/>`_,`0.2GB <https://raw.github.com>`_ | ||
:class:`~openhands.datasets.isolated.WLASLDataset`,`American <https://dxli94.github.io/WLASL/>`_,`1GB <https://raw.github.com>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
Dataset Link,Source,Size (hours) | ||
pose_no_sub_one_min_splits.h5,ISH News | ||
pose_sub_based_splits.h5,ISH News | ||
pose_videos_chunked_1_min.h5,MBM Vadodara | ||
pose_for_splitted.h5,NIOS Videos | ||
newshook_dataset.h5,NewsHook | ||
sign_library_1_min_splits.h5,Sign Library | ||
sign_library_sub_based.h5,Sign Library | ||
Source,Total Hours,Download Size | ||
`ISH News <https://www.youtube.com/c/ISHNews>`_,145,`15GB <>`_ | ||
`MBM Vadodara <https://www.youtube.com/channel/UCptUQkgBpyrvDK31d16lPmA>`_,225,`23GB <>`_ | ||
`National Institute of Open Schooling (NIOS) <https://www.youtube.com/channel/UCXBn5q8Zv4Bz-LZXWWD7Jxw>`_,115,`11GB <>`_ | ||
`NewzHook <https://www.youtube.com/c/NewzHookNewsforDisabledinIndia>`_,615,`58GB <>`_ | ||
`SIGN LIBRARY <https://www.youtube.com/channel/UCaTMaFNkTiwgsSQ7FYaiaTQ/>`_,29,`2.9GB <>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
API Documentation | ||
================= | ||
|
||
Tasks | ||
----- | ||
|
||
.. automodule:: openhands.apis | ||
:members: | ||
|
||
Models | ||
------ | ||
|
||
Encoders | ||
^^^^^^^^ | ||
|
||
.. automodule:: openhands.models.encoder | ||
:members: | ||
|
||
Decoders | ||
^^^^^^^^ | ||
|
||
.. automodule:: openhands.models.decoder | ||
:members: | ||
|
||
Datasets | ||
-------- | ||
|
||
Augmentations | ||
^^^^^^^^^^^^^ | ||
|
||
.. automodule:: openhands.datasets.pose_transforms | ||
:members: | ||
|
||
ISLR Datasets | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Base class | ||
++++++++++ | ||
|
||
.. automodule:: openhands.datasets.isolated.base | ||
:members: | ||
|
||
Labelled datasets | ||
+++++++++++++++++ | ||
|
||
.. automodule:: openhands.datasets.isolated | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Features | ||
======== | ||
|
||
For detailed explanation, please check out our paper: `👐OpenHands: Making ... <https://arxiv.org>`_ | ||
|
||
Currently supported | ||
------------------- | ||
|
||
- Easily train pose-based isolated sign language recognizers (ISLR) | ||
- Currently supports 4 different models | ||
- Support for many run-time augmentations for pose keypoints | ||
- Check for complete list of pose transforms | ||
- Support for efficient inference | ||
- Check for more details: | ||
- Easily pre-train models using monolingual SL data | ||
- And fine-tune on any small ISLR dataset | ||
- All Training and Inference is completely config-based | ||
- No-code required | ||
- Check for example configs: | ||
- Supports 6 sign languages out-of-the-box | ||
- Check for supported datasets: | ||
|
||
Future Plan | ||
----------- | ||
|
||
- [ ] Add more sign langauges | ||
- [ ] Explore more SoTA models | ||
- [ ] Support for sign language detection | ||
- [ ] Support for continuous sign langauge recognition (CSLR) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
Support | ||
======= | ||
|
||
👐OpenHands is developed by AI4Bharat, an non-profit organization based out of IIT-Madras. | ||
👐OpenHands is developed by AI4Bharat, a non-profit organization based out of IIT-Madras in India. | ||
|
||
For contributions, feedback or bug reports, please create an issue here: `GitHub Issues <https://github.com/AI4Bharat/OpenHands/issues>`_. | ||
|
||
Future Plan | ||
----------- | ||
|
||
- [ ] Add more sign langauges | ||
- [ ] Explore more SoTA models | ||
- [ ] Support for sign language detection | ||
- [ ] Support for continuous sign langauge recognition (CSLR) | ||
- Primary developers: | ||
- Gokul NC (gokulnc at ai4bharat dot org) | ||
- Prem Kumar SelvaRaj (prem at ai4bharat dot org) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
sphinx | ||
myst-parser | ||
sphinx_rtd_theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
from .classification_model import ClassificationModel | ||
from .dpc import PretrainingModelDPC | ||
from .inference import InferenceModel | ||
|
||
__all__ = ["ClassificationModel", "PretrainingModelDPC", "InferenceModel"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from .fc import FC as FullyConnectedClassifier | ||
from .rnn import RNNClassifier | ||
from .bert_hf import BERT | ||
|
||
__all__ = ["FullyConnectedClassifier", "RNNClassifier", "BERT"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from .graph.pose_flattener import PoseFlattener | ||
from .graph.decoupled_gcn import DecoupledGCN | ||
from .graph.st_gcn import STGCN | ||
|
||
__all__ = ["PoseFlattener", "DecoupledGCN", "STGCN"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters