TWTom commited on
Commit
d0e7f24
·
1 Parent(s): ccc4110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -18,6 +18,37 @@ This dataset is collected using a 1920x1080 camera running at 60fps. It records
18
 
19
  ## Additional Information
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ### Licensing Information
22
 
23
  [More Information Needed]
 
18
 
19
  ## Additional Information
20
 
21
+ ### File Description
22
+ - `logs`:
23
+ - `ckpt`:
24
+ - `models`:
25
+ - `clips`:
26
+ - `lzma_compressed`:
27
+ - `tflite_model`: tflite model of lstm-attention
28
+ - `__pycache__`: just ignore it
29
+
30
+ - `Untitled.ipynb`:
31
+ - `transformer_model.ipynb`:
32
+ - `Y.p`:
33
+ - `data_lz4_RT_TF.p`:
34
+ - `laser_transformer_TF.ipynb`:
35
+ - `laser_lstm.ipynb`:
36
+ - `module.py`:
37
+ - `.gitattributes`:
38
+ - `.ipynb_checkpoints`:
39
+ - `requirements.txt`:
40
+ - `model.h5`:
41
+ - `convert_to_tflite.ipynb`:
42
+ - `main.py`:
43
+ - `model.png`: Architecture of the model
44
+ - `vivit.py`: No usage
45
+ - `distilled_model_88.h5`:
46
+ - `saved_model.pth`:
47
+ - `distilled_model.h5`:
48
+ - `data_lz4_Y_NP.p`:
49
+ - `data_x_1D.p`:
50
+ - `data_y_1D.p`:
51
+
52
  ### Licensing Information
53
 
54
  [More Information Needed]