JM1122 commited on
Commit
44f3764
·
1 Parent(s): 8718fe2

Initial dataset upload2

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # Public Release Overview
5
+
6
+ This directory contains the public release of the plant electrophysiology dataset related to **insect herbivory**.
7
+
8
+ Two folders are provided:
9
+
10
+ - `Original-Record`
11
+ - `HIPB-MM`
12
+
13
+ ## 1. `Original-Record`
14
+
15
+ `Original-Record` contains the reorganized source recordings used to build the processed dataset.
16
+
17
+ It is organized by class:
18
+
19
+ - `M`
20
+ - `N`
21
+ - `T`
22
+ - `X`
23
+
24
+ Within each class, samples are grouped into individual folders.
25
+ These folders contain the original signal spreadsheets and their corresponding raw videos or shared video references.
26
+
27
+ This folder is intended for:
28
+
29
+ - inspecting the original public records
30
+ - reproducing preprocessing and segmentation steps
31
+ - tracing processed samples back to their source material
32
+
33
+ ## 2. `HIPB-MM`
34
+
35
+ `HIPB-MM` is the processed multimodal dataset derived from `Original-Record`.
36
+
37
+ It contains:
38
+
39
+ - standardized 16-second plant electrical signal samples
40
+ - aligned 16-second raw video clips
41
+ - pre-extracted video features for direct model training
42
+
43
+ This folder is intended for:
44
+
45
+ - direct model development
46
+ - multimodal learning experiments
47
+ - benchmarking and reproducible training
48
+
49
+ ## Relationship Between the Two Folders
50
+
51
+ `HIPB-MM` is generated from `Original-Record`.
52
+
53
+ In other words:
54
+
55
+ - `Original-Record` is the source-level public data
56
+ - `HIPB-MM` is the model-ready processed dataset
57
+
58
+ If you want to train or evaluate models directly, use `HIPB-MM`.
59
+ If you want to inspect raw files, rebuild preprocessing, or verify sample provenance, use `Original-Record`.
60
+