Ole-Christian Galbo Engstrøm commited on
Commit
47049cc
·
1 Parent(s): d64eae4

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: image-segmentation
13
 
14
  # U-Net
15
  This repository contains an implementation of U-Net [[1]](#references). [unet.py](./unet.py) implements the class UNet. The implementation has been tested with PyTorch 2.7.1 and CUDA 12.6.
16
- ![](./assets/unet_diagram.png)
17
 
18
  You can also load the U-Net from PyTorch Hub.
19
  ```python
@@ -56,7 +56,7 @@ If you use this U-Net implementation, please cite Engstrøm et al. [[5]](#refere
56
 
57
  ## Citation
58
  If you use the code shared in this repository, please cite this work: https://arxiv.org/abs/2504.14131. The U-Net implementation in this repository was used to generate pixel-wise fat predictions in an image of a pork belly.
59
- ![](./assets/unet_flow.png)
60
 
61
  ## References
62
 
 
13
 
14
  # U-Net
15
  This repository contains an implementation of U-Net [[1]](#references). [unet.py](./unet.py) implements the class UNet. The implementation has been tested with PyTorch 2.7.1 and CUDA 12.6.
16
+ ![](./images/unet_diagram.png)
17
 
18
  You can also load the U-Net from PyTorch Hub.
19
  ```python
 
56
 
57
  ## Citation
58
  If you use the code shared in this repository, please cite this work: https://arxiv.org/abs/2504.14131. The U-Net implementation in this repository was used to generate pixel-wise fat predictions in an image of a pork belly.
59
+ ![](./images/unet_flow.png)
60
 
61
  ## References
62