We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eceb18a commit 73ce661Copy full SHA for 73ce661
main.py
@@ -2,7 +2,7 @@
2
import struct
3
import matplotlib.pyplot as plt
4
5
-from perceptron import *
+from perceptron import binary_perceptron
6
7
def loadImageSet(which=0):
8
print "load image set"
@@ -69,4 +69,4 @@ def loadLabelSet(which=0):
69
# plt.show()
70
71
perceptron = Perceptron()
72
- perceptron.hog_test(imgs[index])
+ perceptron.hog_test(imgs[index])
0 commit comments