-
Notifications
You must be signed in to change notification settings - Fork 143
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
VS2017 compile errors resolved #16
base: master
Are you sure you want to change the base?
Conversation
Actually I resolved the seg fault in the last commit. It runs on Windows now. Didn't check it on linux yet |
I think you also have to modify destructor. //fbow.h
// fbow.cpp
|
Could u please send me the data to reproduce the seg fault on windows?El 7 jun. 2018 4:07 p. m., Mohammad Shafiei <notifications@github.com> escribió:Actually I resolved the seg fault in the last commit. It runs on Windows now. Didn't check it on linux yet
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
Sure. It's the der hass dataset. But you should no longer face the seg fault if you check out the latest commit |
For me, seg fault does not happen anymore in debug mode. But it is strange that in release mode it crashes. |
The seg fault that I mentioned in last post was due to the existing destructors. I added @tmako123 's functions and the issues are now resolved. |
The transform function crashes for ORB feature type but works for SURF and AKAZE. |
So the problem is with the io functions. I resolved the io between step0 and step1. Where the features vector is stored in a binary file. Instead I write it on a YML file. |
Hi,
I resolved compile time errors on windows. fbow_create_voc_step0.exe works fine.
But when I run fbow_create_voc_step1.exe I get a segmentation fault right after the following print,
any idea why that happens?
Configs of my machine:
Windows 10, Visual studio 2017, Opencv 3.4