Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a typo error in feature? #1

Merged
merged 1 commit into from
Mar 29, 2019
Merged

fix a typo error in feature? #1

merged 1 commit into from
Mar 29, 2019

Conversation

kxhit
Copy link
Owner

@kxhit kxhit commented Mar 29, 2019

// Augment the eigen feature vectors.
fs.push_back(f_diff_norm_2);
fs.push_back(f_diff_norm_1);
fs.push_back(f2_abs); // typo error?
fs.push_back(f1_abs);

 // Augment the eigen feature vectors.
          fs.push_back(f_diff_norm_2);
          fs.push_back(f_diff_norm_1);
          fs.push_back(f2_abs); // typo error?
          fs.push_back(f1_abs);
@kxhit kxhit merged commit 3cb167e into master Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant