kalsy commited on
Commit
c723207
·
verified ·
1 Parent(s): ab0371f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,10 +21,10 @@ Development of Data Compression Tools for Maintenance and Utilization of Large-s
21
  ### Model Description
22
 
23
 
24
-
25
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/667233cdcbf550c42aeb6bb5/ZL07jSBTov-37luTjP0xT.png)
26
-
27
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/667233cdcbf550c42aeb6bb5/ewWnkHT-xYsM_p2axq4kv.png)
28
 
29
  Learning mechanism
30
  PredNet, Convlstm is used to learn the change in the movement of an object over time. According to the learning method of PredNet, the learning data is converted into the hkl format and then learned. The learned model is output to a file. This file is used by the compression mechanism and decompression mechanism. Use another program to download the training data and convert it to hkl. The details are explained in section “Learning mechanism” below.
 
21
  ### Model Description
22
 
23
 
24
+ <div align="center">
25
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/667233cdcbf550c42aeb6bb5/ZL07jSBTov-37luTjP0xT.png" alt="Image 1" width="45%" style="margin-right: 10px;"/>
26
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/667233cdcbf550c42aeb6bb5/ewWnkHT-xYsM_p2axq4kv.png" alt="Image 2" width="45%"/>
27
+ </div>
28
 
29
  Learning mechanism
30
  PredNet, Convlstm is used to learn the change in the movement of an object over time. According to the learning method of PredNet, the learning data is converted into the hkl format and then learned. The learned model is output to a file. This file is used by the compression mechanism and decompression mechanism. Use another program to download the training data and convert it to hkl. The details are explained in section “Learning mechanism” below.