Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/YoadTew/zero-shot-video-to-text


https://github.com/YoadTew/zero-shot-video-to-text

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Official Implementation of [Zero-Shot Video Captioning with Evolving Pseudo-Tokens](https://arxiv.org/abs/2207.11100)

## Approach
![](git_images/Architecture.png)

## Example of capabilities
![](git_images/Examples.png)

## Usage

### To run captioning on a video:

```bash
$ python run.py
--token_wise--randomized_prompt
--run_type caption_videos
--data_path examples/example_video.mp4
```

### To run captioning on a single image:

```bash
$ python run.py
--token_wise --randomized_prompt
--run_type caption_images
--data_path examples/example_image.jpg
```

## Citation
Please cite our work if you use it in your research:
```
@article{tewel2022videocap,
title={Zero-Shot Video Captioning with Evolving Pseudo-Tokens},
author={Tewel, Yoad and Shalev, Yoav and Nadler, Roy and Schwartz, Idan and Wolf, Lior},
journal={arXiv preprint arXiv:2207.11100},
year={2022}
}
```