benzlxs commited on
Commit
b7f7e26
·
verified ·
1 Parent(s): c06715f

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes CHANGED
@@ -33,3 +33,52 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ test/hazy/_G5I0900.png filter=lfs diff=lfs merge=lfs -text
37
+ test/hazy/_G5I9747.png filter=lfs diff=lfs merge=lfs -text
38
+ test/hazy/_G5I9260.png filter=lfs diff=lfs merge=lfs -text
39
+ test/hazy/_G5I9136.png filter=lfs diff=lfs merge=lfs -text
40
+ test/hazy/_G5I9153.png filter=lfs diff=lfs merge=lfs -text
41
+ test/hazy/_G5I9576.png filter=lfs diff=lfs merge=lfs -text
42
+ test/hazy/_G5I9619.png filter=lfs diff=lfs merge=lfs -text
43
+ test/hazy/_G5I9575.png filter=lfs diff=lfs merge=lfs -text
44
+ test/hazy/_G5I8977.png filter=lfs diff=lfs merge=lfs -text
45
+ test/hazy/_G5I9864.png filter=lfs diff=lfs merge=lfs -text
46
+ test/hazy/_G5I9709.png filter=lfs diff=lfs merge=lfs -text
47
+ test/hazy/_G5I9907.png filter=lfs diff=lfs merge=lfs -text
48
+ test/hazy/_G5I9637.png filter=lfs diff=lfs merge=lfs -text
49
+ test/hazy/_G5I1270.png filter=lfs diff=lfs merge=lfs -text
50
+ test/hazy/_G5I9896.png filter=lfs diff=lfs merge=lfs -text
51
+ test/hazy/_G5I9239.png filter=lfs diff=lfs merge=lfs -text
52
+ test/hazy/_G5I9680.png filter=lfs diff=lfs merge=lfs -text
53
+ test/hazy/_G5I9700.png filter=lfs diff=lfs merge=lfs -text
54
+ test/hazy/_G5I0872.png filter=lfs diff=lfs merge=lfs -text
55
+ test/hazy/_G5I9606.png filter=lfs diff=lfs merge=lfs -text
56
+ test/hazy/_G5I0749.png filter=lfs diff=lfs merge=lfs -text
57
+ test/hazy/_G5I0893.png filter=lfs diff=lfs merge=lfs -text
58
+ test/hazy/_G5I9013.png filter=lfs diff=lfs merge=lfs -text
59
+ test/hazy/_G5I8916.png filter=lfs diff=lfs merge=lfs -text
60
+ test/hazy/_G5I9084.png filter=lfs diff=lfs merge=lfs -text
61
+ test/hazy/_G5I9157.png filter=lfs diff=lfs merge=lfs -text
62
+ test/hazy/_G5I0753.png filter=lfs diff=lfs merge=lfs -text
63
+ test/hazy/_G5I0927.png filter=lfs diff=lfs merge=lfs -text
64
+ test/hazy/_G5I9074.png filter=lfs diff=lfs merge=lfs -text
65
+ test/hazy/_G5I9573.png filter=lfs diff=lfs merge=lfs -text
66
+ test/hazy/_G5I9671.png filter=lfs diff=lfs merge=lfs -text
67
+ test/hazy/_G5I9182.png filter=lfs diff=lfs merge=lfs -text
68
+ test/hazy/_G5I9938.png filter=lfs diff=lfs merge=lfs -text
69
+ test/hazy/_G5I9567.png filter=lfs diff=lfs merge=lfs -text
70
+ test/hazy/_G5I0899.png filter=lfs diff=lfs merge=lfs -text
71
+ test/hazy/_G5I9686.png filter=lfs diff=lfs merge=lfs -text
72
+ test/hazy/_G5I9283.png filter=lfs diff=lfs merge=lfs -text
73
+ test/hazy/_G5I9286.png filter=lfs diff=lfs merge=lfs -text
74
+ test/hazy/_G5I9936.png filter=lfs diff=lfs merge=lfs -text
75
+ test/hazy/_G5I9194.png filter=lfs diff=lfs merge=lfs -text
76
+ test/hazy/_G5I0808.png filter=lfs diff=lfs merge=lfs -text
77
+ test/hazy/_G5I0848.png filter=lfs diff=lfs merge=lfs -text
78
+ test/hazy/_G5I9127.png filter=lfs diff=lfs merge=lfs -text
79
+ test/hazy/_G5I9543.png filter=lfs diff=lfs merge=lfs -text
80
+ test/hazy/_G5I0888.png filter=lfs diff=lfs merge=lfs -text
81
+ test/hazy/_G5I1154.png filter=lfs diff=lfs merge=lfs -text
82
+ test/hazy/_G5I1283.png filter=lfs diff=lfs merge=lfs -text
83
+ test/hazy/_G5I0950.png filter=lfs diff=lfs merge=lfs -text
84
+ test/hazy/_G5I1013.png filter=lfs diff=lfs merge=lfs -text
copy_dataset.py ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import shutil
3
+
4
+ # 设置源目录(A)和目标目录(B)
5
+ source_dir = '/home/ubuntu/Desktop/all_dehazing/train/haze/haze' # 你可以改成完整路径,比如 r'C:\Users\YourName\Desktop\A'
6
+ target_dir = '/home/ubuntu/Desktop/all_dehazing/train/hazy' # 同上
7
+
8
+ # 确保目标目录存在
9
+ os.makedirs(target_dir, exist_ok=True)
10
+
11
+ # 遍历源目录中的所有文件
12
+ for filename in os.listdir(source_dir):
13
+ source_path = os.path.join(source_dir, filename)
14
+ target_path = os.path.join(target_dir, filename)
15
+
16
+ # 如果是文件,剪切(移动)它
17
+ if os.path.isfile(source_path):
18
+ shutil.move(source_path, target_path)
19
+ print(f"Moved: {filename}")
20
+
21
+ print("所有文件已剪切完成。")
test/hazy/_G5I0749.png ADDED

Git LFS Details

  • SHA256: 9549798bdc82d87c3916af6b0370b25a815dc786d10da16f7eb47c4ccc95a392
  • Pointer size: 131 Bytes
  • Size of remote file: 740 kB
test/hazy/_G5I0753.png ADDED

Git LFS Details

  • SHA256: bef8f7932bfddba65cd577cd46d370580e82d745229112868587622a0dbcab9f
  • Pointer size: 131 Bytes
  • Size of remote file: 741 kB
test/hazy/_G5I0808.png ADDED

Git LFS Details

  • SHA256: ab1ed5157f46ed1768dc03e7f6815ad0687eab1f000e75c9e6116ce25389ad0a
  • Pointer size: 131 Bytes
  • Size of remote file: 814 kB
test/hazy/_G5I0848.png ADDED

Git LFS Details

  • SHA256: 68e0ac4ca985c040e2ad8ebec051bf5e77e7ffb92e9cc61a94de1bd0f226e4f8
  • Pointer size: 131 Bytes
  • Size of remote file: 980 kB
test/hazy/_G5I0872.png ADDED

Git LFS Details

  • SHA256: 1db62db0501d441d40574f16229c679882e0e4dc035523e7efb26449cd12e661
  • Pointer size: 131 Bytes
  • Size of remote file: 984 kB
test/hazy/_G5I0888.png ADDED

Git LFS Details

  • SHA256: 3e646212bc64912f9ec185a3d9ad7ebe2b25a10ddfa8898db3e0bd627ef81cbd
  • Pointer size: 131 Bytes
  • Size of remote file: 750 kB
test/hazy/_G5I0893.png ADDED

Git LFS Details

  • SHA256: 23edd0bfb8963cc501760f6b900998e262a76492d91bcdf5f8890262aeb3f95a
  • Pointer size: 131 Bytes
  • Size of remote file: 737 kB
test/hazy/_G5I0899.png ADDED

Git LFS Details

  • SHA256: 32ef7b795ffe08d9114e4004d7526cfbcf16da47a60cfa0410657ce69e1cda2f
  • Pointer size: 131 Bytes
  • Size of remote file: 728 kB
test/hazy/_G5I0900.png ADDED

Git LFS Details

  • SHA256: 8645e1eefcc708c0f8dbbbb08c7aa8bf3d627b0e82c95f6aa0662322f305ce33
  • Pointer size: 131 Bytes
  • Size of remote file: 907 kB
test/hazy/_G5I0927.png ADDED

Git LFS Details

  • SHA256: 7b5297a65b962fd5050bcf7531ca8a04f120a741a9298cd7b1d32ce02efd2a42
  • Pointer size: 131 Bytes
  • Size of remote file: 873 kB
test/hazy/_G5I0950.png ADDED

Git LFS Details

  • SHA256: 5e4cb1985944019d5707cc6c653915457ab8e08ab21bfda46ea667fb8b9389ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
test/hazy/_G5I1013.png ADDED

Git LFS Details

  • SHA256: b7e4fcc7b3a51ff499f244b6c55684f33db315540a15a8f67df0c360cb343c39
  • Pointer size: 131 Bytes
  • Size of remote file: 929 kB
test/hazy/_G5I1154.png ADDED

Git LFS Details

  • SHA256: 8547a5df570b6c48595d1206802207d4216ab136deb9edca4f99a259d1d4a701
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
test/hazy/_G5I1270.png ADDED

Git LFS Details

  • SHA256: 0e70c25868794bf86aefe30e64c96d94c142ac9bbba0c9f3d47861e7449a764c
  • Pointer size: 131 Bytes
  • Size of remote file: 822 kB
test/hazy/_G5I1283.png ADDED

Git LFS Details

  • SHA256: d5cb98a3b9ec26d67752bc3073f2cd7383c51805c79f8c59b4210764a5bf8d3b
  • Pointer size: 131 Bytes
  • Size of remote file: 985 kB
test/hazy/_G5I8916.png ADDED

Git LFS Details

  • SHA256: dcc697b4ff837d7ecc41c2b6414df5ec6f648c6a4c21004605441ff33097d56c
  • Pointer size: 131 Bytes
  • Size of remote file: 879 kB
test/hazy/_G5I8977.png ADDED

Git LFS Details

  • SHA256: b9636c587670de1219d765c94e52f221795015542643674c9478040a73b8066e
  • Pointer size: 131 Bytes
  • Size of remote file: 692 kB
test/hazy/_G5I9013.png ADDED

Git LFS Details

  • SHA256: caca972a3b7fba865a7f742cfca16ea42e3686f7e55f283933e84a59538658bb
  • Pointer size: 131 Bytes
  • Size of remote file: 753 kB
test/hazy/_G5I9074.png ADDED

Git LFS Details

  • SHA256: 54f8bd89d6fd34d3ef7220321439120ba8fb788e2674872f1f66c0a9f3dbc14e
  • Pointer size: 131 Bytes
  • Size of remote file: 814 kB
test/hazy/_G5I9084.png ADDED

Git LFS Details

  • SHA256: 3cd007e4efd00d1038e2d15239eec4de558d4b94baa76e57bb9df65be3323884
  • Pointer size: 131 Bytes
  • Size of remote file: 865 kB
test/hazy/_G5I9127.png ADDED

Git LFS Details

  • SHA256: 3051e8aadcc84064196616b86ac817cb0d8419cf2dc9bf59f43529d6c969b4e9
  • Pointer size: 131 Bytes
  • Size of remote file: 947 kB
test/hazy/_G5I9136.png ADDED

Git LFS Details

  • SHA256: 522c15d605e3965096890eaa2c087564fc4c128023446211ffea0744739a87b3
  • Pointer size: 131 Bytes
  • Size of remote file: 676 kB
test/hazy/_G5I9153.png ADDED

Git LFS Details

  • SHA256: 4bd3e55e4c09c7b0a4faf5e9156838739bc53af5e4dd2468f2d548ab374bef93
  • Pointer size: 131 Bytes
  • Size of remote file: 672 kB
test/hazy/_G5I9157.png ADDED

Git LFS Details

  • SHA256: 49329ca65ca8d09ff17980081c23cf77d5969ef38d58f39ece1556102239858d
  • Pointer size: 131 Bytes
  • Size of remote file: 686 kB
test/hazy/_G5I9182.png ADDED

Git LFS Details

  • SHA256: aecc6100df6f0497d862c0a26b7428bc9892ff53ed139d0cca028b955db26199
  • Pointer size: 131 Bytes
  • Size of remote file: 708 kB
test/hazy/_G5I9194.png ADDED

Git LFS Details

  • SHA256: bb181169d145a2435cfab327cf9e2678c9f202667dc5d7adabb8b85fb453b1be
  • Pointer size: 131 Bytes
  • Size of remote file: 947 kB
test/hazy/_G5I9239.png ADDED

Git LFS Details

  • SHA256: 032dc66e465afab33ae0fa023257a352d5416df420b76a289b4e45dffcac465d
  • Pointer size: 131 Bytes
  • Size of remote file: 733 kB
test/hazy/_G5I9260.png ADDED

Git LFS Details

  • SHA256: feff82d75fd1a40fa964ef2abcc2cc2ec199bc67c851353eee0b5006458f8203
  • Pointer size: 131 Bytes
  • Size of remote file: 774 kB
test/hazy/_G5I9283.png ADDED

Git LFS Details

  • SHA256: d2bc1e9730d9e26cf121ae235d959c9a5bb26e4b272c5cc5e75c3e8a5db8abe9
  • Pointer size: 131 Bytes
  • Size of remote file: 954 kB
test/hazy/_G5I9286.png ADDED

Git LFS Details

  • SHA256: e2923ed6f729a72faea48585f80987ef412d4056d9d968a965a812d30220dd1f
  • Pointer size: 131 Bytes
  • Size of remote file: 965 kB
test/hazy/_G5I9543.png ADDED

Git LFS Details

  • SHA256: 43f515f80a6bd24d52fc68e2293fab56f2fb223b6bce54adb0107037e99a6dab
  • Pointer size: 131 Bytes
  • Size of remote file: 936 kB
test/hazy/_G5I9567.png ADDED

Git LFS Details

  • SHA256: 6e3a9ba3743a6c48f305a0143e75d0f13c36d30f5952286e1c5faf8d415dbe7b
  • Pointer size: 131 Bytes
  • Size of remote file: 802 kB
test/hazy/_G5I9573.png ADDED

Git LFS Details

  • SHA256: a73346a8eb0482f17cc1a858dc12aa7688438016f7bca2169627a314db08cbac
  • Pointer size: 131 Bytes
  • Size of remote file: 687 kB
test/hazy/_G5I9575.png ADDED

Git LFS Details

  • SHA256: 5832145fa7c213a3af61d8af70cbccdc523e9aada0b26ca2200cb7402a5f45bc
  • Pointer size: 131 Bytes
  • Size of remote file: 691 kB
test/hazy/_G5I9576.png ADDED

Git LFS Details

  • SHA256: ddd9ffe54396ec9ebb2df0e6a8763ab7284a51e187e79dc5bcd08aa5f9c5d6ba
  • Pointer size: 131 Bytes
  • Size of remote file: 693 kB
test/hazy/_G5I9606.png ADDED

Git LFS Details

  • SHA256: e94ca5bd29cba4a5bb903f297c4d5e91a0227a70510e5aef8b3b865eede059f0
  • Pointer size: 131 Bytes
  • Size of remote file: 772 kB
test/hazy/_G5I9619.png ADDED

Git LFS Details

  • SHA256: 0fffd3cd2419edd8c22833e1329d987a624f41e05ad87d76bdb50c4980f3a305
  • Pointer size: 131 Bytes
  • Size of remote file: 712 kB
test/hazy/_G5I9637.png ADDED

Git LFS Details

  • SHA256: 41a470d9d9bfc614248d7eefdf891ec4637bf0b79a9b298f35631d4fa38d7b73
  • Pointer size: 131 Bytes
  • Size of remote file: 701 kB
test/hazy/_G5I9671.png ADDED

Git LFS Details

  • SHA256: 700f2a80c7398b60ea741a90c9131ff0d1c945798547ddb02c79d9ba06ea3778
  • Pointer size: 131 Bytes
  • Size of remote file: 767 kB
test/hazy/_G5I9680.png ADDED

Git LFS Details

  • SHA256: 285a730cc2e9b0239ad5670592e8382944c4434931c42670cf423d2cd67579eb
  • Pointer size: 131 Bytes
  • Size of remote file: 762 kB
test/hazy/_G5I9686.png ADDED

Git LFS Details

  • SHA256: 61f875e1ebbfbac2a660bf8d91a663b640154a462f434965dd5fae5064c549f4
  • Pointer size: 131 Bytes
  • Size of remote file: 732 kB
test/hazy/_G5I9700.png ADDED

Git LFS Details

  • SHA256: 2167ab59b5cc8d22d69635dc69af98216e9cc2e3de29e8be57eeed90781ba11a
  • Pointer size: 131 Bytes
  • Size of remote file: 748 kB
test/hazy/_G5I9709.png ADDED

Git LFS Details

  • SHA256: da6e1c5c8858f3c12ec294a68f858ff27db1ea3cf867f8171358ced052fb793c
  • Pointer size: 131 Bytes
  • Size of remote file: 716 kB
test/hazy/_G5I9747.png ADDED

Git LFS Details

  • SHA256: 4ed7815a6d5f089a4136e4888862385768c42a62c57169dc75fc2549df0c6fbe
  • Pointer size: 131 Bytes
  • Size of remote file: 711 kB
test/hazy/_G5I9864.png ADDED

Git LFS Details

  • SHA256: 376ac75d982c3f322d6c099d9388850aa349c356d61d59ac82178ad341bc5039
  • Pointer size: 131 Bytes
  • Size of remote file: 682 kB
test/hazy/_G5I9896.png ADDED

Git LFS Details

  • SHA256: d4488e824559722c0df54334839127a625fa3404c636f6dbff069e0abff1ac03
  • Pointer size: 131 Bytes
  • Size of remote file: 651 kB
test/hazy/_G5I9907.png ADDED

Git LFS Details

  • SHA256: 8e26f9c36b332c55243fa30da42bb84b35ee9cfc466b2afccded42a672b40fff
  • Pointer size: 131 Bytes
  • Size of remote file: 649 kB
test/hazy/_G5I9936.png ADDED

Git LFS Details

  • SHA256: d0a9f7b122434eafc1830ddf545876a8b72bea380218ff154aa1da3e1d016065
  • Pointer size: 131 Bytes
  • Size of remote file: 858 kB