KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
scale-aware_da
★ 19
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pglet-python
:
Python client for Pglet - build real-time interactive web apps in Python
gitops-appmesh
:
Progressive Delivery on EKS with AppMesh, Flagger and Flux v2
GraphHop
:
No description available.
plojo
:
Plover alternative for stenography translation written in Rust
dapr-dotnet-quickstarts
:
DotNET Quickstarts for Dapr
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
scale-aware_da
?
Download (.md)
# Scale Aware Adaptation for Land-Cover Classificationin Remote Sensing Imagery (in PyTorch) This repository provides the ResNet-101-based segmentation model trained on ISPRS dataset from the paper `Scale Aware Adaptation for Land-Cover Classificationin Remote Sensing Imagery` (the provided weights achieve **47.66**% mean IoU on the validation set for Potsdam to Vaihingen) ### Train the model ```bash $ python train_scaleDA_isprs.py --folder DATA-ROOT ``` ### Test the model ```bash $ python test_isprs.py --resume CHECKPOINT ``` Please cite our paper: ``` @inproceedings{deng2021scale, title={Scale Aware Adaptation for Land-Cover Classification in Remote Sensing Imagery}, author={Deng, Xueqing and Zhu, Yi and Tian, Yuxin and Newsam, Shawn}, booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision}, pages={2160--2169}, year={2021} } ```