Skip to content

Commit

Permalink
added citation; fixes #122 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-iashin authored Mar 7, 2024
1 parent 896b852 commit 1b67c9f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,23 @@ the `output_path` folder with the same name as the input video file but with the

Please, let me know if you found this repo useful for your projects or papers.


## Acknowledgements

- [@Kamino666](https://github.com/Kamino666): added CLIP model as well as Windows and CPU support (and many other useful things).
- [@ohjho](https://github.com/ohjho): added support of 37-layer R(2+1)d favors.
- [@borijang](https://github.com/borijang): for solving bugs with file names, I3D checkpoint loading enhancement and code style improvements.
- [@bjuncek](https://github.com/bjuncek): for helping with timm models and offline discussion.

## Citation

If you find this project useful in your research, please consider cite:

```bibtex
@misc{videofeatures2020,
title = {Video Features},
author = {Vladimir Iashin and other contributors},
year = {2020},
howpublished = {\url{https://github.com/v-iashin/video_features}},
}
```
13 changes: 13 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,16 @@ Please, let me know if you found this repo useful for your projects or papers.
- [@ohjho](https://github.com/ohjho): added support of 37-layer R(2+1)d favors.
- [@borijang](https://github.com/borijang): for solving bugs with file names, I3D checkpoint loading enhancement and code style improvements.
- [@bjuncek](https://github.com/bjuncek): for helping with timm models and offline discussion.

## Citation

If you find this project useful in your research, please consider cite:

```bibtex
@misc{videofeatures2020,
title = {Video Features},
author = {Vladimir Iashin and other contributors},
year = {2020},
howpublished = {\url{https://github.com/v-iashin/video_features}},
}
```

0 comments on commit 1b67c9f

Please sign in to comment.