Views
No views yet
1model = AutoModelForCausalLM.from_pretrained("ragavsachdeva/magiv3", torch_dtype=torch.float16, trust_remote_code=True).cuda().eval()
2processor = AutoProcessor.from_pretrained("ragavsachdeva/magiv3", trust_remote_code=True)
3
4model.predict_detections_and_associations(images, processor)
5model.predict_ocr(images, processor)
6model.predict_character_grounding(images, captions, processor)@InProceedings{Sachdeva25,
title={From Panels to Prose: Generating Literary Narratives from Comics},
author={Ragav Sachdeva and Andrew Zisserman},
booktitle={IEEE International Conference on Computer Vision (ICCV)},
year={2025},
eprint={2503.23344},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2503.23344}
}