Skip to content

Commit f19ccb7

Browse files
committed
docs(README): add colin etc
1 parent 1df86fd commit f19ccb7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ If you use our toolkit in your research or projects, please consider citing the
6161
```bib
6262
@misc{pose-evaluation2024,
6363
title={Pose Evaluation: Metrics for Evaluating Sign Langauge Generation Models},
64-
author={Zifan Jiang and Amit Moryossef},
64+
author={Zifan Jiang, Colin Leong, Amit Moryossef},
6565
howpublished={\url{https://github.com/sign-language-processing/pose-evaluation}},
6666
year={2024}
6767
}
6868
```
6969

70+
#### Contributions:
71+
- Zifan, Colin, and Amit developed the evaluation metrics and tools.
72+
- Zifan, Anne, and Lisa conducted the qualitative and quantitative evaluations.
73+
7074
## References
7175

7276
[^1]: Rotem Shalev-Arkushin, Amit Moryossef, and Ohad Fried.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ description = "Automatic Evaluation for Pose Files"
44
version = "0.0.1"
55
authors = [
66
{ name = "Zifan Jiang", email = "[email protected]" },
7+
{ name = "Colin Leong", email = "[email protected]" },
78
{ name = "Amit Moryossef", email = "[email protected]" }
89
]
910
readme = "README.md"
1011
dependencies = [
1112
"pose-format",
1213
"scipy",
1314
# For segment similarity
14-
"segmentation @ git+https://github.com/sign-language-processing/segmentation"
15+
"sign_language_segmentation @ git+https://github.com/sign-language-processing/segmentation"
1516
]
1617

1718
[project.optional-dependencies]

0 commit comments

Comments
 (0)