samiksha9874 prasatee commited on
Commit
aa04023
·
0 Parent(s):

Duplicate from prasatee/pid_lines_dataset

Browse files

Co-authored-by: prasatee <prasatee@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-segmentation
5
+ - object-detection
6
+ tags:
7
+ - P&ID
8
+ - lines
9
+ - pipelines
10
+ - engineering
11
+ - diagrams
12
+ - line-detection
13
+ size_categories:
14
+ - 1K<n<10K
15
+ ---
16
+
17
+ # P&ID Line Detection Dataset
18
+
19
+ This dataset contains cropped images from P&ID (Piping and Instrumentation Diagrams)
20
+ with line segment annotations for line detection and segmentation tasks.
21
+
22
+ ## Dataset Description
23
+
24
+ - **Total source images:** 500
25
+ - **Total cropped samples:** 10000
26
+ - **Total line segments:** 44754
27
+ - **Crops per image:** 20
28
+ - **Image sizes:** Various sizes under 1000px (e.g., 300x500, 512x768, 900x900)
29
+
30
+ ## Dataset Structure
31
+
32
+ Each sample contains:
33
+ - `file_name`: Image filename
34
+ - `source_image_idx`: Index of the original P&ID image
35
+ - `crop_idx`: Index of this crop from the source image
36
+ - `width`: Crop width in pixels
37
+ - `height`: Crop height in pixels
38
+ - `lines`: Dictionary with:
39
+ - `segments`: List of line segments as [x1, y1, x2, y2] (start and end points)
40
+ - `line_types`: List of line types ("solid" or "dashed")
41
+ - `pipelines`: List of pipeline names for each line
42
+
43
+ ## Usage
44
+
45
+ ```python
46
+ from datasets import load_dataset
47
+
48
+ # Load the dataset
49
+ dataset = load_dataset("imagefolder", data_dir="path/to/lines_dataset")
50
+
51
+ # Access a sample
52
+ sample = dataset["train"][0]
53
+ image = sample["image"]
54
+ lines = sample["lines"]
55
+ segments = lines["segments"] # [[x1, y1, x2, y2], ...]
56
+ line_types = lines["line_types"] # ["solid", "dashed", ...]
57
+ pipelines = lines["pipelines"] # ["5\"-EK-2648", ...]
58
+
59
+ # Draw lines on image
60
+ from PIL import ImageDraw
61
+ draw = ImageDraw.Draw(image)
62
+ for seg in segments:
63
+ x1, y1, x2, y2 = seg
64
+ draw.line([(x1, y1), (x2, y2)], fill="blue", width=3)
65
+ image.show()
66
+ ```
67
+
68
+ ## Line Segment Format
69
+
70
+ Each line segment is represented as `[x1, y1, x2, y2]` where:
71
+ - `(x1, y1)` is the start point
72
+ - `(x2, y2)` is the end point
73
+ - Coordinates are in pixels, relative to the cropped image
74
+ - Only lines where **both endpoints** are fully inside the crop are included
75
+
76
+ ## Line Types
77
+
78
+ - `solid`: Continuous pipeline lines
79
+ - `dashed`: Dashed lines (often representing signal/instrument lines)
80
+
81
+ ## License
82
+
83
+ MIT License
split_dataset.py ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """
3
+ Script to split the lines dataset into train/validation/test sets (80/10/10)
4
+ and transform the data format.
5
+ """
6
+
7
+ import json
8
+ import os
9
+ import shutil
10
+ import random
11
+ from pathlib import Path
12
+
13
+ # Set random seed for reproducibility
14
+ random.seed(42)
15
+
16
+ # Define paths
17
+ BASE_DIR = Path("/Users/prasatee/Desktop/unsloth/DigitizePID_Dataset/lines_dataset")
18
+ TRAIN_DIR = BASE_DIR / "train"
19
+ VAL_DIR = BASE_DIR / "validation"
20
+ TEST_DIR = BASE_DIR / "test"
21
+
22
+ # Read current metadata
23
+ metadata_path = TRAIN_DIR / "metadata.jsonl"
24
+ data = []
25
+
26
+ print("Reading metadata...")
27
+ with open(metadata_path, "r") as f:
28
+ for line in f:
29
+ entry = json.loads(line.strip())
30
+ # Transform to new format (flatten the "lines" field)
31
+ new_entry = {
32
+ "file_name": entry["file_name"],
33
+ "source_image_idx": entry["source_image_idx"],
34
+ "crop_idx": entry["crop_idx"],
35
+ "width": entry["width"],
36
+ "height": entry["height"],
37
+ "segments": entry["lines"]["segments"],
38
+ "line_types": entry["lines"]["line_types"],
39
+ "pipelines": entry["lines"]["pipelines"],
40
+ }
41
+ data.append(new_entry)
42
+
43
+ print(f"Total entries: {len(data)}")
44
+
45
+ # Shuffle data
46
+ random.shuffle(data)
47
+
48
+ # Calculate split sizes
49
+ total = len(data)
50
+ train_size = int(0.8 * total)
51
+ val_size = int(0.1 * total)
52
+ test_size = total - train_size - val_size
53
+
54
+ train_data = data[:train_size]
55
+ val_data = data[train_size:train_size + val_size]
56
+ test_data = data[train_size + val_size:]
57
+
58
+ print(f"Train: {len(train_data)}, Validation: {len(val_data)}, Test: {len(test_data)}")
59
+
60
+ # Create directories
61
+ VAL_DIR.mkdir(exist_ok=True)
62
+ TEST_DIR.mkdir(exist_ok=True)
63
+
64
+ print("\nMoving files...")
65
+
66
+ # Move validation files
67
+ print("Processing validation set...")
68
+ for entry in val_data:
69
+ src = TRAIN_DIR / entry["file_name"]
70
+ dst = VAL_DIR / entry["file_name"]
71
+ if src.exists():
72
+ shutil.move(str(src), str(dst))
73
+
74
+ # Move test files
75
+ print("Processing test set...")
76
+ for entry in test_data:
77
+ src = TRAIN_DIR / entry["file_name"]
78
+ dst = TEST_DIR / entry["file_name"]
79
+ if src.exists():
80
+ shutil.move(str(src), str(dst))
81
+
82
+ # Write new metadata files
83
+ print("\nWriting metadata files...")
84
+
85
+ # Train metadata
86
+ train_metadata_path = TRAIN_DIR / "metadata.jsonl"
87
+ with open(train_metadata_path, "w") as f:
88
+ for entry in train_data:
89
+ f.write(json.dumps(entry) + "\n")
90
+
91
+ # Validation metadata
92
+ val_metadata_path = VAL_DIR / "metadata.jsonl"
93
+ with open(val_metadata_path, "w") as f:
94
+ for entry in val_data:
95
+ f.write(json.dumps(entry) + "\n")
96
+
97
+ # Test metadata
98
+ test_metadata_path = TEST_DIR / "metadata.jsonl"
99
+ with open(test_metadata_path, "w") as f:
100
+ for entry in test_data:
101
+ f.write(json.dumps(entry) + "\n")
102
+
103
+ print("\nDone!")
104
+ print(f"Train set: {len(train_data)} samples in {TRAIN_DIR}")
105
+ print(f"Validation set: {len(val_data)} samples in {VAL_DIR}")
106
+ print(f"Test set: {len(test_data)} samples in {TEST_DIR}")
107
+
108
+ # Verify first entry format
109
+ print("\nSample entry format:")
110
+ print(json.dumps(train_data[0], indent=2))
111
+
test/0_18.jpg ADDED

Git LFS Details

  • SHA256: 8d1b5b46c30d2fa8a2111bf2538de4da526789c67ade32fc1ff9648f1ccac484
  • Pointer size: 130 Bytes
  • Size of remote file: 14.9 kB
test/0_6.jpg ADDED

Git LFS Details

  • SHA256: afee1ae25444af1b453354cf567215c3cec290e20e8a72bb04f89a61b382f18b
  • Pointer size: 130 Bytes
  • Size of remote file: 15 kB
test/0_9.jpg ADDED

Git LFS Details

  • SHA256: 42bb34e397b13482709ee0eca17e37fe6cdbd6f0e32f307e354da16efe518f27
  • Pointer size: 130 Bytes
  • Size of remote file: 61.7 kB
test/101_17.jpg ADDED

Git LFS Details

  • SHA256: 5289f5cc836a41de0505dc58ccd841ca0c515427f4c3286b3e595df33796a1fa
  • Pointer size: 130 Bytes
  • Size of remote file: 29 kB
test/102_1.jpg ADDED

Git LFS Details

  • SHA256: e492631faa49ddfe55f0c95557c95395cf4b30f5531ecfb27b1486d3f7449e28
  • Pointer size: 130 Bytes
  • Size of remote file: 37.3 kB
test/102_5.jpg ADDED

Git LFS Details

  • SHA256: d52b7f7c1a0b2804ffa99d5708afb187c96488e44c1c4d2dc83c27c96f84d5be
  • Pointer size: 130 Bytes
  • Size of remote file: 20 kB
test/103_0.jpg ADDED

Git LFS Details

  • SHA256: 590c4c9103423af04959b7ffce6f59551653142e48fd2501b65d91d1a5e62f76
  • Pointer size: 130 Bytes
  • Size of remote file: 37.7 kB
test/103_13.jpg ADDED

Git LFS Details

  • SHA256: 5326cab0861d411a2b31b92a8d8b9c37d175e499242a26a93abc91c747cf60d1
  • Pointer size: 130 Bytes
  • Size of remote file: 35.5 kB
test/103_8.jpg ADDED

Git LFS Details

  • SHA256: c5611c06743b786673d4a330877f8db8e93a37e4e1a9cf9fcebdc674f796d9dc
  • Pointer size: 130 Bytes
  • Size of remote file: 46.7 kB
test/104_11.jpg ADDED

Git LFS Details

  • SHA256: d664b21c7cf8dbf17956864caf18fd483318a095efc100045b0c5b5496f56861
  • Pointer size: 130 Bytes
  • Size of remote file: 13.1 kB
test/104_5.jpg ADDED

Git LFS Details

  • SHA256: 3bbecdc17d0417ee837a50aa99500424f3b9fb87817fbf628918377e0b80a2d2
  • Pointer size: 130 Bytes
  • Size of remote file: 78 kB
test/104_8.jpg ADDED

Git LFS Details

  • SHA256: a0448424f25b4705f9029cc05d9875048cf0c8cb4d1b74d1801f9837408a349d
  • Pointer size: 130 Bytes
  • Size of remote file: 34.8 kB
test/105_3.jpg ADDED

Git LFS Details

  • SHA256: eff1e68542fbfa68e57042a61fe8929114827414579ae5cf68018fb1f7647b80
  • Pointer size: 129 Bytes
  • Size of remote file: 8.45 kB
test/107_3.jpg ADDED

Git LFS Details

  • SHA256: c6a50b2eb90fb386fd5018ed52d581a228233e54f56cd6111f5a9ca48a97a2ae
  • Pointer size: 130 Bytes
  • Size of remote file: 32.3 kB
test/107_4.jpg ADDED

Git LFS Details

  • SHA256: 0bc2148ad4803d58445464a0474469d24a29aeabceaf01f6defb2d089e42e402
  • Pointer size: 130 Bytes
  • Size of remote file: 27.2 kB
test/107_6.jpg ADDED

Git LFS Details

  • SHA256: 1f6279454f8aca0dd1df30fa97b8e16c6ee2b8ff2f98596d971e27485f57dec0
  • Pointer size: 130 Bytes
  • Size of remote file: 50.2 kB
test/108_10.jpg ADDED

Git LFS Details

  • SHA256: 2231578b4adda29b13ff9fc2a5a5da72044808a767abf9b06e501e8dfe2b10df
  • Pointer size: 130 Bytes
  • Size of remote file: 33.6 kB
test/108_7.jpg ADDED

Git LFS Details

  • SHA256: 54d4b684e71e5f6f46d44c75878a383769235cc1fae134cfcf25cebf26427b5d
  • Pointer size: 130 Bytes
  • Size of remote file: 34 kB
test/109_4.jpg ADDED

Git LFS Details

  • SHA256: e2292024f93b9eb568bdfd20af203e5af6485e70598161d1a7e3743ba3a48224
  • Pointer size: 130 Bytes
  • Size of remote file: 23.7 kB
test/10_0.jpg ADDED

Git LFS Details

  • SHA256: 55c4bdb14502ceed1cb918ad0969b15b2ca3dee21d0b41ca515665ff751afb83
  • Pointer size: 130 Bytes
  • Size of remote file: 38.7 kB
test/10_7.jpg ADDED

Git LFS Details

  • SHA256: 7538ee1d53ccc6033f5eca7236a5e431f795b3c40faf809317697700f85491bf
  • Pointer size: 130 Bytes
  • Size of remote file: 17.8 kB
test/110_0.jpg ADDED

Git LFS Details

  • SHA256: acba63ebafec599cc6fbd91a0f6346c8fb6127b6e9f68235c55d6f9696f5783a
  • Pointer size: 130 Bytes
  • Size of remote file: 23 kB
test/111_16.jpg ADDED

Git LFS Details

  • SHA256: 9c9f34a581ef2ed0198a9c43bb99c18343aa39194deeef87d342fc5e94039c52
  • Pointer size: 130 Bytes
  • Size of remote file: 38.7 kB
test/111_3.jpg ADDED

Git LFS Details

  • SHA256: 78dcecbfaef548f5509dfd5627d8fb0913f4dad644735eb98cdf606234e04287
  • Pointer size: 130 Bytes
  • Size of remote file: 47 kB
test/113_6.jpg ADDED

Git LFS Details

  • SHA256: 7d38e6f7e959da13881ce37fef72c23e5d38e2b882ab6c1fbba899f3370a1f78
  • Pointer size: 130 Bytes
  • Size of remote file: 35.8 kB
test/113_7.jpg ADDED

Git LFS Details

  • SHA256: f23a85616e3edc47134aec731344770e3ee07b4ebc6dc640586bcbe3a016b072
  • Pointer size: 130 Bytes
  • Size of remote file: 14.4 kB
test/114_16.jpg ADDED

Git LFS Details

  • SHA256: 870c91d003e49f38ec264130d4b1c43075669d48cfeb82d87bd0d8be9b15c1d9
  • Pointer size: 130 Bytes
  • Size of remote file: 44.1 kB
test/114_6.jpg ADDED

Git LFS Details

  • SHA256: 271b2f32bcbf4dfdc21a185dc4e171049a7793f73c003919640cee9406c51059
  • Pointer size: 130 Bytes
  • Size of remote file: 33.7 kB
test/114_7.jpg ADDED

Git LFS Details

  • SHA256: 70c2f1b7a8e13d9cb152ed9d7948212746c5fabf515f32605cae82b7b0da9515
  • Pointer size: 130 Bytes
  • Size of remote file: 10.8 kB
test/116_10.jpg ADDED

Git LFS Details

  • SHA256: 3b410216c58695069501f61c3a7006b8754009e0030464751896ff514642c6dd
  • Pointer size: 130 Bytes
  • Size of remote file: 29.2 kB
test/117_0.jpg ADDED

Git LFS Details

  • SHA256: 34f33a8c86aa52ef2bfe7cbde9e847b436f81b4046708467a326b75c25595abc
  • Pointer size: 130 Bytes
  • Size of remote file: 33.4 kB
test/118_1.jpg ADDED

Git LFS Details

  • SHA256: c8978862ae16dfc2cbaffc6be4f880a623fb8c176f8e42add4f7f9c7da872aa0
  • Pointer size: 130 Bytes
  • Size of remote file: 54.8 kB
test/118_9.jpg ADDED

Git LFS Details

  • SHA256: 53652a6724c1d3be03adbaaa4091a24e41f0e1a31dcf7a9afb7c8153c7eb0cdb
  • Pointer size: 130 Bytes
  • Size of remote file: 13.7 kB
test/11_11.jpg ADDED

Git LFS Details

  • SHA256: 8832fa74621c0e8c8172e96da1765ccbc87c3efad4a0a0b0895d52de6a900cfc
  • Pointer size: 130 Bytes
  • Size of remote file: 40.9 kB
test/11_4.jpg ADDED

Git LFS Details

  • SHA256: edcab115c815045ca1a078c602523d323d78e0c9399639a5e4b0cf599d42fe60
  • Pointer size: 130 Bytes
  • Size of remote file: 47.1 kB
test/120_14.jpg ADDED

Git LFS Details

  • SHA256: 68a69448b2764b6396a3bc85be496e95e030d32732069388028a84e9a3306d05
  • Pointer size: 130 Bytes
  • Size of remote file: 52.9 kB
test/120_17.jpg ADDED

Git LFS Details

  • SHA256: 60c1d3e394d607664af86fcb8f2c4d980fa02af1171ccdee87e7ff390e3cc328
  • Pointer size: 130 Bytes
  • Size of remote file: 22.6 kB
test/121_14.jpg ADDED

Git LFS Details

  • SHA256: 2e390805a08d69b4107e4492160ca1b8fc8339580f87261cf7412299a6c2cf95
  • Pointer size: 130 Bytes
  • Size of remote file: 11.6 kB
test/121_6.jpg ADDED

Git LFS Details

  • SHA256: 2fec0416109f4736acb2a56135c9a4ba13b1e8aa2f93434e7f4c6e68eba7f33c
  • Pointer size: 129 Bytes
  • Size of remote file: 4.62 kB
test/122_1.jpg ADDED

Git LFS Details

  • SHA256: b5ca209ae56011119af79138fb10e84ce1d28671a1c332c753f9c681f2580960
  • Pointer size: 130 Bytes
  • Size of remote file: 30.1 kB
test/122_2.jpg ADDED

Git LFS Details

  • SHA256: b5f9741ee4f35b172893c97727456b6a683f21caf3f6ae745da423cb274c5994
  • Pointer size: 130 Bytes
  • Size of remote file: 39.2 kB
test/122_4.jpg ADDED

Git LFS Details

  • SHA256: 081b96b8d02584e13541d11a42fb742363c800aaacf26cb1b978252ba3f1a620
  • Pointer size: 130 Bytes
  • Size of remote file: 16.6 kB
test/123_11.jpg ADDED

Git LFS Details

  • SHA256: 0c3e0779fdeeb010033f937ad67ea6026e8dd6443add2c613d25d7578d555896
  • Pointer size: 130 Bytes
  • Size of remote file: 12.8 kB
test/124_12.jpg ADDED

Git LFS Details

  • SHA256: d87540b4e55535ae11dd5dc0277543dfa425275ceaf74aa1d26fc93a06b77d02
  • Pointer size: 130 Bytes
  • Size of remote file: 44.4 kB
test/124_16.jpg ADDED

Git LFS Details

  • SHA256: 2d9ac941acdb9377ffea840642e3bf744ca2c27478a7a24309990ca9eae5751e
  • Pointer size: 130 Bytes
  • Size of remote file: 50.5 kB
test/124_5.jpg ADDED

Git LFS Details

  • SHA256: d5ee7ffbc99ea327244853554b8aa1d52e16c6600823ea63bea2f70ed74f0ec0
  • Pointer size: 130 Bytes
  • Size of remote file: 10.4 kB
test/125_3.jpg ADDED

Git LFS Details

  • SHA256: 13afba45ac3fc48f819e1167265a0c4baa59b475ea7cb944fc777a8de427cd8c
  • Pointer size: 130 Bytes
  • Size of remote file: 17.3 kB