bytchew commited on
Commit
8399174
·
verified ·
1 Parent(s): 3ff3e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
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, testData
20
  - Converts the weights file into the model.
21
- - Test the model on a folder of images with names of the subfolders representing classes.
22
- - We created an easy to use collection of images called "testData."
 
 
 
 
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
+