Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,18 @@ result = forward_batch(model, [image], [instruction], threshold = 0.99)
|
|
36 |
from matplotlib import pyplot as plt
|
37 |
import numpy as np
|
38 |
plt.imshow((result[0]).astype(np.uint8))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
```
|
|
|
36 |
from matplotlib import pyplot as plt
|
37 |
import numpy as np
|
38 |
plt.imshow((result[0]).astype(np.uint8))
|
39 |
+
```
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
```
|
44 |
+
@misc{zheng2024instructionguided,
|
45 |
+
title={Instruction-Guided Visual Masking},
|
46 |
+
author={Jinliang Zheng and Jianxiong Li and Sijie Cheng and Yinan Zheng and Jiaming Li and Jihao Liu and Yu Liu and Jingjing Liu and Xianyuan Zhan},
|
47 |
+
year={2024},
|
48 |
+
eprint={2405.19783},
|
49 |
+
archivePrefix={arXiv},
|
50 |
+
primaryClass={cs.CV}
|
51 |
+
}
|
52 |
+
|
53 |
```
|