Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
<p align="center">
|
| 6 |
+
<h1 align="center">SEAL 🦭<br>
|
| 7 |
+
Segment Any Events with Language</h1>
|
| 8 |
+
<p align="center">
|
| 9 |
+
<a href="https://www.linkedin.com/in/seungjun-lee-43101a261/">Seungjun Lee</a></span> ·
|
| 10 |
+
<a href="https://www.comp.nus.edu.sg/~leegh/">Gim Hee Lee</a><sup></sup> <br>
|
| 11 |
+
Department of Computer Science, National University of Singapore<br>
|
| 12 |
+
</p>
|
| 13 |
+
<h2 align="center">ICLR 2026</h2>
|
| 14 |
+
<h3 align="center"><a href="https://github.com/0nandon/SEAL">Code</a> | <a href="https://arxiv.org/abs/2601.23159">Paper</a> | <a href="https://0nandon.github.io/SEAL/">Project Page</a> </h3>
|
| 15 |
+
<div align="center">
|
| 16 |
+
<a href="https://pytorch.org/get-started/locally/"><img alt="PyTorch" src="https://img.shields.io/badge/PyTorch-ee4c2c?logo=pytorch&logoColor=white"></a>
|
| 17 |
+
<a href="https://hydra.cc/"><img alt="Config: Hydra" src="https://img.shields.io/badge/Config-Hydra-89b8cd"></a>
|
| 18 |
+
</div>
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
If you find our code or paper useful, please cite
|
| 23 |
+
```bibtex
|
| 24 |
+
@article{lee2026segment,
|
| 25 |
+
title={Segment Any Events with Language},
|
| 26 |
+
author={Lee, Seungjun and Lee, Gim Hee},
|
| 27 |
+
journal={arXiv preprint arXiv:2601.23159},
|
| 28 |
+
year={2026}
|
| 29 |
+
}
|
| 30 |
+
```
|