Update README.md (Fix)

#1
by qpqpqpqpqpqp - opened
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -2,12 +2,13 @@
2
  license: apache-2.0
3
  ---
4
 
5
- a hand classifier detect the image is showing left hand or right hand
6
 
7
- it is trained with hagrid dataset on vit model, google/vit-base-patch16-224-in21k.
8
 
9
  Limitation:
10
- it couldn't predict both hand and no hand images.
 
11
 
12
  ```
13
  inputs = image_processor(image, return_tensors="pt")
 
2
  license: apache-2.0
3
  ---
4
 
5
+ A hand classifier detect the image is showing a left hand or a right hand
6
 
7
+ It was trained on the hagrid dataset on the vit model, google/vit-base-patch16-224-in21k.
8
 
9
  Limitation:
10
+
11
+ it can't predict both hands and no hands.
12
 
13
  ```
14
  inputs = image_processor(image, return_tensors="pt")