Improving processing time
GuiltyNeuron opened this issue · 3 comments
GuiltyNeuron commented
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.
GuiltyNeuron commented
Make a class per approach to minimize import libs
amaniBoughanmi commented
What did you mean with approach ( feature?)
GuiltyNeuron commented
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.