We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db1aa5 commit c14ab2bCopy full SHA for c14ab2b
machine-learning/hog-feature-extraction/README.md
@@ -1 +1,4 @@
1
-# [How to Apply HOG Feature Extraction in Python](https://www.thepythoncode.com/article/hog-feature-extraction-in-python)
+# [How to Apply HOG Feature Extraction in Python](https://www.thepythoncode.com/article/hog-feature-extraction-in-python)
2
+To run this:
3
+- `pip3 install -r requirements.txt`
4
+- Change the input image as you wish in `hog.py` or `hog.ipynb`.
0 commit comments