Borcherding commited on
Commit
e7f7437
·
verified ·
1 Parent(s): 0c84a49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -2
README.md CHANGED
@@ -3,5 +3,64 @@ license: apache-2.0
3
  ---
4
 
5
  <p align="center">
6
- <img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b95b1cfd-4ab9-4e79-a1f7-f5bf7acd3564/original=true,quality=90/ComfyUI_01346_.jpeg" alt="CivitFish" width="350"/>
7
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  <p align="center">
6
+ <img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b95b1cfd-4ab9-4e79-a1f7-f5bf7acd3564/original=true,quality=90/ComfyUI_01346_.jpeg" alt="CivitFish" width="200"/>
7
+ </p>
8
+
9
+ # Hed2CoralReef_Annotation Dataset
10
+
11
+ ## Overview
12
+ This dataset contains 801 SDXL-generated coral reef images and their associated Holistically-Nested Edge Detections (HED). The robot images were created using (SDXL)[https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0] and the Underwater Environment v01 lora by PrivateHindsight on CivitAi: [PrivateHindsight/Underwater_Environment_v01](https://civitai.com/models/561874?modelVersionId=625879)
13
+
14
+ ## Dataset Contents
15
+ - 801 robot images generated with Animagine XL 4.0
16
+ - 801 corresponding Holistically-Nested Edge Detection maps created with this great implementation with pytorch by sniklaus: (sniklaus/pytorch-hed)https://github.com/sniklaus/pytorch-hed
17
+ - Paired data suitable for image-to-image translation tasks
18
+
19
+ ## Use Cases
20
+ This dataset is designed for:
21
+ - Training HED 2 Image cycleGAN models with my dataset annotators, training notebooks, & inference tools at (Leoleojames1/CycleGANControlNet2Anything)[https://github.com/Leoleojames1/CycleGANControlNet2Anything]
22
+
23
+ ## Citation
24
+ If you use this dataset in your research, please cite:
25
+
26
+ ```
27
+ @misc{borcherding2025depth2anything,
28
+ title={Hed2CoralReef Annotations},
29
+ author={Borcherding},
30
+ year={2025},
31
+ howpublished={\url{https://huggingface.co/datasets/Borcherding/Hed2CoralReef_Annotation}}
32
+ }
33
+ ```
34
+
35
+ ## Model Attributions
36
+ When using this dataset, please also cite the original models:
37
+
38
+ **Animagine XL 4.0**:
39
+ ```
40
+ @misc{SDXL,
41
+ title={Underwater Environment v01},
42
+ author={StabilityAI},
43
+ year={2025},
44
+ howpublished={\url{https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0}}
45
+ }
46
+ ```
47
+
48
+ **pytorch-hed**:
49
+ ```
50
+ @misc{pytorch-hed,
51
+ author = {Simon Niklaus},
52
+ title = {A Reimplementation of {HED} Using {PyTorch}},
53
+ year = {2018},
54
+ howpublished = {\url{https://github.com/sniklaus/pytorch-hed}}
55
+ }
56
+ ```
57
+
58
+ **Holistically-Nested Edge Detection**:
59
+ ```
60
+ @inproceedings{Xie_ICCV_2015,
61
+ author = {Saining Xie and Zhuowen Tu},
62
+ title = {Holistically-Nested Edge Detection},
63
+ booktitle = {IEEE International Conference on Computer Vision},
64
+ year = {2015}
65
+ }
66
+ ```