Shunqi commited on
Commit
22f9c6e
1 Parent(s): e1d1bad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## Model Source
6
+
7
+ Model Checkpoints for ECCV 2024 Paper: Controllable Contextualized Image Captioning: Directing the Visual Narrative through User-Defined Highlights
8
+ Unzip the model weights and place their path in the config files accordingly for inference.
9
+
10
+ - Repository: https://github.com/ShunqiM/Ctrl-CIC
11
+ - Paper: https://arxiv.org/abs/2407.11449