Daniele Picone
commited on
Commit
·
c79c6b1
1
Parent(s):
2e7f874
Added weights
Browse files- .gitattributes +3 -0
- README.md +16 -0
- ckpt_15 +3 -0
- ckpt_55 +3 -0
- ckpt_95 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ckpt_15 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ckpt_55 filter=lfs diff=lfs merge=lfs -text
|
38 |
+
ckpt_95 filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
4 |
+
|
5 |
+
# Description
|
6 |
+
|
7 |
+
This is a collection of checkpoints trained for the hyperspectral denoiser MMAC-net, developed by Fengchao Xiong, Jun Zhou, Qinling Zhao, Jianfeng Lu, Yuntao Qian.
|
8 |
+
|
9 |
+
# Credits
|
10 |
+
|
11 |
+
The model was originally shared in the repository:
|
12 |
+
|
13 |
+
https://github.com/bearshng/mac-net
|
14 |
+
|
15 |
+
If you use those weights, please cite:
|
16 |
+
|
17 |
+
```bibtex
|
18 |
+
@ARTICLE{macnet2021, author={Xiong, Fengchao and Zhou, Jun and Zhao, Qinling and Lu, Jianfeng and Qian, Yuntao}, journal={IEEE Transactions on Geoscience and Remote Sensing}, title={MAC-Net: Model Aided Nonlocal Neural Network for Hyperspectral Image Denoising}, year={2021}, volume={}, number={}, pages={1-1}, doi={10.1109/TGRS.2021.3131878}}
|
19 |
+
```
|
ckpt_15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94ef0f85571e60db02c5c816023801674a58f6f86242338740812c37cccf701d
|
3 |
+
size 5239983
|
ckpt_55
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f9b1fb89f415186f5e38651bda08bb36a85227d12d86f01a8abaee94052c4fb
|
3 |
+
size 5239983
|
ckpt_95
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a9cf3ca19097f0d878dab581659aaf89bc2136f9934d90646fdf1995fffdd10
|
3 |
+
size 5239983
|