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
@@ -4,5 +4,8 @@ Detect traffic sign and recognize them using Image Processing algorithms and Mac
4
4
To tun the code:
5
5
1. Run extract_hog_features file
6
6
2. make necessary changes such as path directory, cell size and image size
7
-
3. Run Training_and_Model_Accuracy file to train the model
8
-
4. Change the number of trees as per needed
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
+
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)
10
+
6. It takes sometime to save the classifier and extracted Hog features
0 commit comments