change_detection.pytorch icon indicating copy to clipboard operation
change_detection.pytorch copied to clipboard

Deep learning models for change detection of remote sensing images

Results 17 change_detection.pytorch issues
Sort by recently updated
recently updated
newest added

warnings.warn("pyprof will be removed by the end of June, 2022", FutureWarning) Traceback (most recent call last): File "D:/WorkSpace/PythonWorkSpace/change_detection/test.py", line 60, in y_pred = model(img1, img2) File "D:\Software\Anconda\envs\pytorch\lib\site-packages\torch\nn\modules\module.py", line 889, in...

在使用unet模型的时候 将输入的通道改成1后,报错 RuntimeError: Given groups=1, weight of size [64, 1, 7, 7], expected input[8, 3, 256, 256] to have 1 channels, but got 3 channels instead ![M )@0XTIC8MFCVG10OT`ME5](https://github.com/likyoo/change_detection.pytorch/assets/95519678/ba8d6c02-d466-440b-80b0-7401f61dbfa9) 但是我的图像确实是但通道的 是我还需要修改某些地方吗

RuntimeError: Attempted to set the storage of a tensor on device "cpu" to a storage on different device "cuda:0". This is no longer allowed; the devices must match. 使用预训练模型为imagenet时会报错,其他预训练模型就可以

开宇大神你好,😃 你在readme里公开的`变化检测交流群`的二维码失效了,可否更新一下,希望能加入变化检测大家庭,一起讨论。 感谢!👍 ![608b2e4d4a12302641d5f547a78f8f2](https://github.com/likyoo/change_detection.pytorch/assets/89325804/ae703ef3-3b67-473b-aa0e-de5ce7c25763)

Executing the example leads to an error of mismatched devices. The model is initialized on the CPU, while during initialization weights are loaded on CUDA. Pytorch doesn't allow mismatched devices...

File "H:\T\change_detection_pytorch\utils\train.py", line 97, in infer_vis inf_seg_maps.append(np.concatenate([y_pred[i] for i in range(window_idx[row_idx], File "", line 200, in concatenate numpy.AxisError: axis 1 is out of bounds for array of dimension 1

Dear Likyoo my thesis is about change detection as well . i run your progrmam in section test model and trained it . so how can extract change image and...