vinster619
commited on
Commit
•
b94a10d
1
Parent(s):
9b2f9ca
Update README.md
Browse files
README.md
CHANGED
@@ -48,8 +48,7 @@ The model will accurately perform segmentation ONLY on videos from the USC-TIMIT
|
|
48 |
|
49 |
## How to Get Started with the Model
|
50 |
|
51 |
-
Please run
|
52 |
-
|
53 |
|
54 |
## Training Details
|
55 |
|
@@ -65,27 +64,7 @@ Evaluation Metrics: Pixel Classification Accuracy, Dice Coefficient
|
|
65 |
Validation Split: Specify the proportion of the data used for validation (based on the split between train_matrix and val_matrix)
|
66 |
Hardware: NVIDIA GeForce RTX 4060 Laptop GPU
|
67 |
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
## Citation [optional]
|
72 |
-
|
73 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
74 |
-
|
75 |
-
**BibTeX:**
|
76 |
-
|
77 |
-
[More Information Needed]
|
78 |
-
|
79 |
-
**APA:**
|
80 |
-
|
81 |
-
[More Information Needed]
|
82 |
-
|
83 |
-
## Glossary [optional]
|
84 |
-
|
85 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
86 |
-
|
87 |
-
|
88 |
-
## Model Card Authors [optional]
|
89 |
Vinayaka Hegde
|
90 |
|
91 |
## Model Card Contact
|
|
|
48 |
|
49 |
## How to Get Started with the Model
|
50 |
|
51 |
+
Please run the inference.py code , to acces the uploaded weights on this repository and obtain an output video file with the segmented Air-Tissue boundaries.
|
|
|
52 |
|
53 |
## Training Details
|
54 |
|
|
|
64 |
Validation Split: Specify the proportion of the data used for validation (based on the split between train_matrix and val_matrix)
|
65 |
Hardware: NVIDIA GeForce RTX 4060 Laptop GPU
|
66 |
|
67 |
+
## Model Card Authors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
Vinayaka Hegde
|
69 |
|
70 |
## Model Card Contact
|