nghorbani commited on
Commit
371578a
·
verified ·
1 Parent(s): bf7ef2d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* 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
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ Lentils_000.cu3s filter=lfs diff=lfs merge=lfs -text
Demo_000.cu3s ADDED
Binary file (192 Bytes). View file
 
Demo_001.cu3s ADDED
Binary file (192 Bytes). View file
 
Lentils_000.cu3s ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b1b92b01099227edf2d0b8e6e682a0ee085e1bfee62f5b0c7991174b5a7c1d
3
+ size 920631763
Lentils_000.info ADDED
The diff for this file is too large to render. See raw diff
 
Lentils_000.json ADDED
The diff for this file is too large to render. See raw diff
 
annotations.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "info": {
3
+ "description": "Mock lentils dataset for documentation testing",
4
+ "version": "1.0",
5
+ "year": 2026
6
+ },
7
+ "images": [
8
+ {
9
+ "id": 1,
10
+ "file_name": "Demo_000.cu3s",
11
+ "width": 640,
12
+ "height": 512
13
+ },
14
+ {
15
+ "id": 2,
16
+ "file_name": "Demo_001.cu3s",
17
+ "width": 640,
18
+ "height": 512
19
+ }
20
+ ],
21
+ "annotations": [
22
+ {
23
+ "id": 1,
24
+ "image_id": 1,
25
+ "category_id": 1,
26
+ "bbox": [
27
+ 100,
28
+ 100,
29
+ 50,
30
+ 50
31
+ ],
32
+ "area": 2500,
33
+ "segmentation": [],
34
+ "iscrowd": 0
35
+ }
36
+ ],
37
+ "categories": [
38
+ {
39
+ "id": 1,
40
+ "name": "defect",
41
+ "supercategory": "anomaly"
42
+ },
43
+ {
44
+ "id": 2,
45
+ "name": "normal",
46
+ "supercategory": "background"
47
+ }
48
+ ]
49
+ }
metadata.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset:
2
+ name: lentils_demo
3
+ version: "1.0"
4
+ description: "Mock dataset for documentation testing"
5
+ num_samples: 2
6
+
7
+ camera:
8
+ model: "Cubert S185"
9
+ fps: 30
10
+ integration_time_ms: 10
11
+ wavelength_range: [450, 950]
12
+ spectral_channels: 125
13
+ spatial_resolution: [640, 512]
14
+
15
+ preprocessing:
16
+ reflectance_calibration: "white_reference_20231115.dat"
17
+ dark_current_correction: true
18
+ bad_pixel_correction: true
19
+
20
+ classes:
21
+ - id: 1
22
+ name: "defect"
23
+ - id: 2
24
+ name: "normal"