biplab2008 commited on
Commit
7677914
2 Parent(s): 1211447 740fcce

Merge branch 'main' of https://huggingface.co/biplab2008/TestingViscosity

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -5,10 +5,27 @@ datasets:
5
  language:
6
  - en
7
  metrics:
8
- - r_squared
 
 
9
  tags:
10
  - chemistry
 
 
11
  pipeline_tag: image-feature-extraction
12
  ---
13
 
14
- 'Viscosity Regression Model Push to Hugginface'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  metrics:
8
+ - name: r_squared
9
+ type: r_squared
10
+ value: 0.906
11
  tags:
12
  - chemistry
13
+ - pytorch
14
+ - video-regression
15
  pipeline_tag: image-feature-extraction
16
  ---
17
 
18
+ # Viscosity Regression Model
19
+ Regress the viscosity value [cP] directly from videos using CNN3D and Feedforward NN; no need for hand-crafted feature engineering.
20
+
21
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6632618508a36fda54f27609/w_HLzfUAq33Qo4gS2MsXw.png)
22
+
23
+
24
+ # Video Frames
25
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/6632618508a36fda54f27609/o9oitVnhhZpAG7OrT0LuE.mp4"></video>
26
+
27
+ # Model Architecture
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6632618508a36fda54f27609/PHnchHN6_dAC9o8bo9Tvs.png)
29
+
30
+ ## Train & Test R2
31
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6632618508a36fda54f27609/7q6Xrx8upSIwIwgC1wEEw.png)