Upload 2 files
Browse files- config.json +10 -0
- svm_vgg19_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "SVM",
|
| 3 |
+
"feature_extractor": "VGG19",
|
| 4 |
+
"input_shape": [
|
| 5 |
+
224,
|
| 6 |
+
224,
|
| 7 |
+
3
|
| 8 |
+
],
|
| 9 |
+
"description": "SVM model trained on features extracted from VGG19 for binary classification."
|
| 10 |
+
}
|
svm_vgg19_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7074003a59f9708dadfefb2f77246ed1fccaa2c03e6dfdf1f02eac904b9dd42
|
| 3 |
+
size 521766623
|