Daniele Picone commited on
Commit
c6648a4
·
1 Parent(s): 9a0da25

Initial commit

Browse files
Files changed (2) hide show
  1. Chikuseix4.pth +3 -0
  2. README.md +26 -0
Chikuseix4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ca8208e8f9e6a7f6f2c2e1854e1be913176f1300555529b6ae2d2488aabbfa
3
+ size 46583609
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: unlicense
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unlicense
3
  ---
4
+
5
+ # Description
6
+
7
+ This repository contains training weights for the ESSAFormer network.
8
+ Specifically, those are trained for the super-resolution of the Chikusei
9
+ dataset with a scale factor of 4.
10
+
11
+ The weights were originally collected from:
12
+ <https://github.com/Rexzhan/ESSAformer>
13
+
14
+
15
+ # Credits
16
+
17
+ If you use these weights please cite:
18
+
19
+ ```bibtex
20
+ @InProceedings{zhang2023essaformer,
21
+ author = {Zhang, Mingjin and Zhang, Chi and Zhang, Qiming and Guo, Jie and Gao, Xinbo and Zhang, Jing},
22
+ booktitle = {IEEE/CVF International Conference on Computer Vision (ICCV)},
23
+ title = {{ESSAformer}: Efficient transformer for hyperspectral image super-resolution},
24
+ year = {2023},
25
+ pages = {23016--23027},
26
+ publisher = {IEEE},
27
+ doi = {10.1109/iccv51070.2023.02109},
28
+ }
29
+ ```