Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# Preprocessed dataset for EndoGen: Conditional Autoregressive Endoscopic Video Generation
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
### Dataset Sources [optional]
|
| 8 |
+
|
| 9 |
+
<!-- Provide the basic links for the dataset. -->
|
| 10 |
+
|
| 11 |
+
- **Repository:** [EndoGen](https://github.com/CUHK-AIM-Group/EndoGen)
|
| 12 |
+
- **Paper:** EndoGen: Conditional Autoregressive Endoscopic Video Generation
|
| 13 |
+
|
| 14 |
+
**BibTeX:**
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@inproceedings{liu2025endogen,
|
| 18 |
+
title={EndoGen: Conditional Autoregressive Endoscopic Video Generation},
|
| 19 |
+
author={Liu, Xinyu and Liu, Hengyu and Wang, Cheng and Liu, Tianming and Yuan, Yixuan},
|
| 20 |
+
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
|
| 21 |
+
year={2025}
|
| 22 |
+
}
|
| 23 |
+
```
|