Daniele Picone commited on
Commit
c2cd2ab
·
1 Parent(s): aaea46d

Added dataset

Browse files
Cave_DeepShare_Blocks=3_Subs8_Ovls2_Feats=256_epoch_10_Wed_Mar_31_03:00:46_2021.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee52b3a9f41ea45845a3cac6bd02adb9b42a1173d8212b811e8d69a4c546775
3
+ size 85912487
Harvard_DeepShare_Blocks=3_Subs8_Ovls2_Feats=256_epoch_10_Fri_Apr__2_15:35:55_2021.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e053e33720da02b6965e09ec3fece09b63e11f43ad7bd90d9310876e9c1d6a
3
+ size 85912476
NTIRE2020_DeepShare_Blocks=3_Subs8_Ovls2_Feats=256_epoch_10_Thu_Apr__1_17:20:30_2021.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ecb1a456be5c332e3e33b0c08fe52d64f7551fdc46030e42cdf59f5772623f6
3
+ size 85912479
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+
6
+ # Description
7
+
8
+ This model includes the weights generated for the trained of the superresolution model for "Hyperspectral Image Super-Resolution with Spectral Mixup and Heterogeneous Datasets".
9
+
10
+ The original repository is available here:
11
+ <https://github.com/kli8996/HSISR>
12
+
13
+
14
+ # Credits
15
+
16
+ If you use these weights, please cite:
17
+ ```bibtex
18
+ @InProceedings{HSISRLi21,
19
+ author = {Li, Ke and Dai, Dengxin and Konukoglu, Ender and {Van Gool}, Luc},
20
+ title = {Hyperspectral Image Super-Resolution with Spectral Mixup and Heterogeneous Datasets},
21
+ booktitle = {ArXiv:2101.07589},
22
+ year = 2021
23
+ }
24
+ ```