Ole-Christian Galbo Engstrøm commited on
Commit ·
47049cc
1
Parent(s): d64eae4
Updated README
Browse files
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 |
-
. [unet.py](./unet.py) implements the class UNet. The implementation has been tested with PyTorch 2.7.1 and CUDA 12.6.
|
| 16 |
+

|
| 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 |
+

|
| 60 |
|
| 61 |
## References
|
| 62 |
|