GuiltyNeuron/SmartGlasses

Improving processing time

GuiltyNeuron opened this issue · 3 comments

in order to improve processing time do not call all import modules or libraries in python file head, import it when neaded in middle of code or just put each class in it's own file and not many classes in the same file.

Make a class per approach to minimize import libs

What did you mean with approach ( feature?)

i mean by saying approch anything that have an isolated goal like face detection with cnn is an approach and face detection with svm hog is another approach.