rONIVALDO commited on
Commit
d47ed9d
1 Parent(s): 38b8cbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -20,13 +20,18 @@ model-index:
20
 
21
  # brand-detector
22
 
 
23
 
24
- Autogenerated by HuggingPics🤗🖼️
25
 
26
- Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
27
 
28
- Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
29
 
 
 
 
 
30
 
31
  ## Example Images
32
 
 
20
 
21
  # brand-detector
22
 
23
+ Brand detector is a particular case of image classification, since these may contain only text, images, or a combination of both.
24
 
25
+ In this work, we trained a system for the brand classification of shoes available at https://www.shooos.com/.
26
 
27
+ The method allows obtaining the most similar brands on the basis of their shape, color, business sector, semantics, general characteristics, or a combination of other features.
28
 
29
+ The proposed approach is evaluated using 15% of unseen images of the dataset. The experimentation carried out attained reliable performance results, both quantitatively and qualitatively.
30
 
31
+ How to test:
32
+ - find on Google Images any image related to shoe brands below and test it!
33
+
34
+ This model is not fully trained yet :D
35
 
36
  ## Example Images
37