瀏覽代碼

update dataset link

FlyingQianMM 5 年之前
父節點
當前提交
b08d44b240
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/change_detection/prepara_data.py

+ 1 - 1
examples/change_detection/prepara_data.py

@@ -26,7 +26,7 @@ tiled_image_dir = osp.join(tiled_dataset, 'JPEGImages')
 tiled_anno_dir = osp.join(tiled_dataset, 'Annotations')
 
 # 下载和解压Google Dataset数据集
-change_det_dataset = 'https://bj.bcebos.com/paddlex/examples/change_detection/google_change_det_dataset.tar.gz'
+change_det_dataset = 'https://bj.bcebos.com/paddlex/examples/change_detection/dataset/google_change_det_dataset.tar.gz'
 pdx.utils.download_and_decompress(change_det_dataset, path='./')
 change_det_dataset = './google_change_det_dataset'
 image1_dir = osp.join(change_det_dataset, 'T1')