You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ To tun the code:
6
6
2. make necessary changes such as path directory, cell size and image size
7
7
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")
8
8
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)
10
10
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
0 commit comments