-
Hello, in your paper you mentioned your FGSCR-42 dataset is publicly available at your webpages. (A Public Dataset for Fine-Grained Ship Classification in Optical Remote Sensing Images) But the link y…
-
[BioCLIP](https://imageomics.github.io/bioclip/) is a foundation model designed for classification of all or parts of biological images of all kinds, it could also be a useful source of embeddings tha…
-
Not exactly "biological" but part of the whole observations discussion, thus this is more an FYI. Feel free to link to other issues in, e.g., OBI.
We have a request for a remote sensing class here…
-
使用预训练模型运行predict.py出现ModuleNotFoundError: No module named 'models_CC',请问是为什么
-
Hey @feevos.
I am very interested in your article "Deep learning on edge: extracting field boundaries from satellite images with a convolutional neural network". I want to learn more, but I didn…
-
首先感谢您的工作!我在阅读SAMRS与RSP(An Empirical Study of Remote Sensing Pretraining)时,发现两篇文章公布的rsp-r50分割结果有所差异。
具体而言:
(1) SAMRS中表3 rsp-r50在potsdam结果为 OA=90.49 mF1=90.97
![QJHWYP@5@TO_M8B4J7M60SG](https://githu…
-
parser.add_argument('--file_list', default='/root/autodl-tmp/ChangeCLIP-release/CDdata/LEVIR-CD256/test.txt', help='Image file')
parser.add_argument('--config', default='/root/autodl-tmp/ChangeCLIP-r…
-
[ICRPSET2022_Paper ID_15.pdf](https://github.com/ChunbiaoZhu/PDF-eXpress-check/files/10418791/ICRPSET2022_Paper.ID_15.pdf)
-
Hello, if I want to reproduce this code with a set of 512*512 semantic labels and remote sensing images as input, what should I pay attention to? After debugging the code, the model runs for 30 epochs…
-
作者大人,我在运行main_finetune.py时候遇到报错。具体是main_finetune.py表明在计算 F1 分数时出现了除零错误。我怀疑是我postdam数据集的结构有问题吗?下图是我的文件夹结构。其中images文件夹下保存rbg图像(格式jpg),train.txt和valid.txt分别保存训练集和验证集图片的名称,lables文件夹下保存images文件夹中相同图像的分割图像。…