aculotta commited on
Commit
f7abd45
1 Parent(s): 8303a94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -86,7 +86,8 @@ class_to_idx = {<br>
86
  ## Limitations
87
  The model has limited training data of trash in the environment. Additionally, the model overrepresents plastic and glass
88
  in its predictions due to sampling bias and visual similarities between plastic, glass, and other common types of trash.
89
- Additionally, may types of trash look visually similar or identical, even to humans.
 
90
  As a solution, the model is marked as 'correct' when the correct label is within the model's top r most predicted trash types.
91
 
92
- r = 3 gives the most appropriate results.
 
86
  ## Limitations
87
  The model has limited training data of trash in the environment. Additionally, the model overrepresents plastic and glass
88
  in its predictions due to sampling bias and visual similarities between plastic, glass, and other common types of trash.
89
+
90
+ One concern is that many types of trash look visually similar or identical, even to humans. The model can get confused and rank these classes at similar probabilities.
91
  As a solution, the model is marked as 'correct' when the correct label is within the model's top r most predicted trash types.
92
 
93
+ radius = r = 3 gives the most appropriate results.