Views
No views yet
synthetic_captions.csv, available in the GitHub repo), mapping full captions to their corresponding HHI descriptions.transformers:1from transformers import pipeline
2pipe = pipeline('summarization', model='malper/learning-interactions-summarization', device=0)
3pipe('summarize: ' + caption)pseudo-labeling/create_pseudolabels.py, pass via -m malper/learning-interactions-summarization or after downloading locally with hf download malper/learning-interactions-summarization --local-dir output/summarization_model).1@InProceedings{alper2023learning,
2 author = {Morris Alper and Hadar Averbuch-Elor},
3 title = {Learning Human-Human Interactions in Images from Weak Textual Supervision},
4 booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
5 year = {2023}
6}