Skip to content

Commit a39535a

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

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
@@ -4,5 +4,8 @@ Detect traffic sign and recognize them using Image Processing algorithms and Mac
44
To tun the code:
55
1. Run extract_hog_features file
66
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
11+
7.

0 commit comments

Comments
 (0)