Skip to content

Commit cc0d415

Browse files
authored
Update README.md
1 parent a39535a commit cc0d415

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ To tun the code:
66
2. make necessary changes such as path directory, cell size and image size
77
3. The hog features will be saved inorder to avoid running the same code again (you cab choose not to save if available in work shop, in that case comment "clear all" in "Training_and_Model_Accuracy")
88
4. Run Training_and_Model_Accuracy file to train the model
9-
5. Change the number of trees as per needed (usually trail and error basis, while doing this run comment out save command of classifier)
9+
5. Change the number of trees as per needed (usually trail and error basis, while doing this run comment out save command of classifier i.e. line 26)
1010
6. It takes sometime to save the classifier and extracted Hog features
11-
7.
11+
7. Now move all the files in masks folder to the current working folder
12+
8. Run main_function file to complete the process
13+
9. Read the code files inorder to change them according to your necessity
14+
10. Have Fun!

0 commit comments

Comments
 (0)