Image Classification
annanau commited on
Commit
2d551d0
·
verified ·
1 Parent(s): a405672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ advanced decay, and skeletonized (Megyesi et al., 2005).
31
  - Classes: fresh (1), early decay (2), advanced decay (3), and skeletonized (4) based on [Megyesi et al's](https://pubmed.ncbi.nlm.nih.gov/15932096/) scoring method.
32
 
33
  ## Usage
34
- The stage of decay classification is bodypart specific (i.e., head, torso, or limbs), so make sure to pick the correct model.
35
 
36
  ```python
37
  from tensorflow.keras.models import load_model
 
31
  - Classes: fresh (1), early decay (2), advanced decay (3), and skeletonized (4) based on [Megyesi et al's](https://pubmed.ncbi.nlm.nih.gov/15932096/) scoring method.
32
 
33
  ## Usage
34
+ The stage of decay classification is bodypart specific (i.e., head, torso, or limbs), so make sure to pick the correct bodypart model.
35
 
36
  ```python
37
  from tensorflow.keras.models import load_model