Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ pipeline_tag: image-classification
|
|
20 |
|
21 |
## Accuracy
|
22 |
|
23 |
-
- Accuracy on dataset 0-ma/geometric-shapes [test] : 0.
|
24 |
|
25 |
# Loading and using the model
|
26 |
import numpy as np
|
@@ -46,4 +46,4 @@ pipeline_tag: image-classification
|
|
46 |
print(predicted_labels)
|
47 |
|
48 |
## Model generation
|
49 |
-
The model has been created using the 'train_shape_detector.py
|
|
|
20 |
|
21 |
## Accuracy
|
22 |
|
23 |
+
- Accuracy on dataset 0-ma/geometric-shapes [test] : 0.9469
|
24 |
|
25 |
# Loading and using the model
|
26 |
import numpy as np
|
|
|
46 |
print(predicted_labels)
|
47 |
|
48 |
## Model generation
|
49 |
+
The model has been created using the 'train_shape_detector.py' of the project from the project https://github.com/0-ma/geometric-shape-detector. No external code sources were used.
|