v-iashin / video_features

Extract video features from raw videos using multiple GPUs. We support RAFT flow frames as well as S3D, I3D, R(2+1)D, VGGish, CLIP, and TIMM models.
https://v-iashin.github.io/video_features
MIT License
532 stars 97 forks source link

How to cite this project #122

Closed CoderJackZhu closed 8 months ago

CoderJackZhu commented 8 months ago

I use this project in a paper. I want to cite this this, could you please give me a cition like this:Citation If you find this project useful in your research, please consider cite:

@misc{mmpose2020, title={OpenMMLab Pose Estimation Toolbox and Benchmark}, author={MMPose Contributors}, howpublished = {\url{https://github.com/open-mmlab/mmpose}}, year={2020} }

v-iashin commented 8 months ago

sure, use this one.

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

good luck with your paper!