Update README.md
Browse files
README.md
CHANGED
|
@@ -16,10 +16,14 @@ license: mit
|
|
| 16 |
- The weights file did not update properly using standard Git, so we used Hugging Face Hub with this file to properly update the repo
|
| 17 |
- Could also use Git LFS instead.
|
| 18 |
- You will need a personal access token to use the file. Mine has been removed for security purposes.
|
| 19 |
-
- testModelWeights.ipynb
|
| 20 |
- Converts the weights file into the model.
|
| 21 |
-
- Test the model on a
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
## Neccessary Package
|
|
@@ -35,4 +39,4 @@ license: mit
|
|
| 35 |
- You can upload images through the Space UI.
|
| 36 |
- Alternatively, if you want to test the model locally, you can download the repo and run "testModelWeights.ipynb."
|
| 37 |
- You can run the notebook on CoLab as well, if you change the dataset reference to be a filepath on your computer.
|
| 38 |
-
|
|
|
|
| 16 |
- The weights file did not update properly using standard Git, so we used Hugging Face Hub with this file to properly update the repo
|
| 17 |
- Could also use Git LFS instead.
|
| 18 |
- You will need a personal access token to use the file. Mine has been removed for security purposes.
|
| 19 |
+
- testModelWeights.ipynb
|
| 20 |
- Converts the weights file into the model.
|
| 21 |
+
- Test the model on a dataset
|
| 22 |
+
|
| 23 |
+
## Dataset
|
| 24 |
+
- testData
|
| 25 |
+
- Folder of images with names of the subfolders representing classes that can easily be used
|
| 26 |
+
- Change the contents of this folder, or specify a new filepath, to run your custom dataset
|
| 27 |
|
| 28 |
|
| 29 |
## Neccessary Package
|
|
|
|
| 39 |
- You can upload images through the Space UI.
|
| 40 |
- Alternatively, if you want to test the model locally, you can download the repo and run "testModelWeights.ipynb."
|
| 41 |
- You can run the notebook on CoLab as well, if you change the dataset reference to be a filepath on your computer.
|
| 42 |
+
|