Skip to content

Commit de1b961

Browse files
authored
Update README.md
1 parent c3bee54 commit de1b961

1 file changed

Lines changed: 15 additions & 23 deletions

File tree

README.md

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# MultiviewCropClassification
2+
<a href="https://github.com/fmenat/mvlearning"> <img src="https://img.shields.io/badge/Package-mvlearning-blue"/> </a> [![paper](https://img.shields.io/badge/arXiv-2308.05407-D12424)](https://www.arxiv.org/abs/2308.05407)
3+
24
Code used for the crop classification (CropHarvest) based on multi-view data fusion
35

46

@@ -35,38 +37,28 @@ pip install torch torchvision torchaudio --extra-index-url https://download.pyto
3537
```
3638

3739
## Data
38-
The data used comes from https://github.com/nasaharvest/cropharvest. However we also share the structures that we used on Google Drive: https://drive.google.com/drive/folders/1aPlctAL8B5dXSdpM55fr3-RUmAHO3quj
40+
The data used comes from https://github.com/nasaharvest/cropharvest. However, we also share the structures that we used on Google Drive: https://drive.google.com/drive/folders/1aPlctAL8B5dXSdpM55fr3-RUmAHO3quj
3941

4042

41-
## Source
42-
Public repository of our IGARSS 2023 submission.
4343

44-
## Citation
45-
Mena, F., et al. "A Comparative Assessment of Multi-view Fusion Learning For Crop Classification." IGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium* (2023).
44+
# :scroll: Source
4645

47-
> Bibtex
48-
```
46+
Public repository of our IGARSS 2023 paper.
47+
* :lock: [Final published version](https://doi.org/10.1109/IGARSS52108.2023.10282138)
48+
* :unlock: [Arxiv](https://arxiv.org/abs/2308.05407)
49+
* [Presentation](https://github.com/fmenat/fmenat/blob/main/presentations/2023_IGARSS_MVC.pdf)
50+
51+
52+
# 🖊️ Citation
53+
54+
Mena, Francisco, et al. "*A comparative assessment of multi-view fusion learning for crop classification.*" IGARSS 2023-2023 IEEE International Geoscience and Remote Sensing Symposium. IEEE, 2023.
55+
```bibtex
4956
@inproceedings{mena2023comparativeassessmentmultiview,
5057
title = {A {{Comparative Assessment}} of {{Multi-view Fusion Learning For Crop Classification}}},
5158
booktitle = {{{IGARSS}} 2023 - 2023 {{IEEE International Geoscience}} and {{Remote Sensing Symposium}}},
5259
author = {Mena, Francisco and Arenas, Diego and Nuske, Marlon and Dengel, Andreas},
5360
date = {2023},
5461
publisher = {{IEEE}}
62+
}
5563
```
5664

57-
58-
## Licence
59-
Copyright (C) 2022 authors of this github.
60-
61-
This program is free software: you can redistribute it and/or modify
62-
it under the terms of the GNU General Public License as published by
63-
the Free Software Foundation, either version 3 of the License, or
64-
(at your option) any later version.
65-
66-
This program is distributed in the hope that it will be useful,
67-
but WITHOUT ANY WARRANTY; without even the implied warranty of
68-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
69-
GNU General Public License for more details.
70-
71-
You should have received a copy of the GNU General Public License
72-
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)