You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In acfTrain.m the classifier for the previous stage is rewritten by the classifier for the current stage. detector.clf = adaBoostTrain(X0,X1,detector.opts.pBoost)
Are there any variables that are updated through the stages ? Or simply something that I'm missing ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
In acfTrain.m the classifier for the previous stage is rewritten by the classifier for the current stage.
detector.clf = adaBoostTrain(X0,X1,detector.opts.pBoost)
Are there any variables that are updated through the stages ? Or simply something that I'm missing ?
Thanks
The text was updated successfully, but these errors were encountered: