Dingaling01
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -63,12 +63,6 @@ VGG(
|
|
63 |
)
|
64 |
```
|
65 |
|
66 |
-
## How to Get Started with the Model
|
67 |
-
|
68 |
-
Use the code below to get started with the model.
|
69 |
-
|
70 |
-
[More Information Needed]
|
71 |
-
|
72 |
## Training Details
|
73 |
|
74 |
### Dataset:
|
@@ -112,6 +106,9 @@ Resnet18:
|
|
112 |
|
113 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df328115266dd945fc01f4/srkSSvYqa8erEoVqrAjnc.png)
|
114 |
|
|
|
|
|
|
|
115 |
### Limitations
|
116 |
Doesn't have the ability to recognize whether the provided image is a tank or not.
|
117 |
<img src="https://huggingface.co/Dingaling01/russian_tank_destroyed_or_not_cnn/resolve/main/brownie.png" alt="drawing" width="250"/>
|
|
|
63 |
)
|
64 |
```
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
## Training Details
|
67 |
|
68 |
### Dataset:
|
|
|
106 |
|
107 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63df328115266dd945fc01f4/srkSSvYqa8erEoVqrAjnc.png)
|
108 |
|
109 |
+
VGG: 73% Accuracy Validation set
|
110 |
+
Resnet18: 90% Accuracy Validaton set
|
111 |
+
|
112 |
### Limitations
|
113 |
Doesn't have the ability to recognize whether the provided image is a tank or not.
|
114 |
<img src="https://huggingface.co/Dingaling01/russian_tank_destroyed_or_not_cnn/resolve/main/brownie.png" alt="drawing" width="250"/>
|