-
Notifications
You must be signed in to change notification settings - Fork 13
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
Compilation of WASS on Windows #25
Comments
Hello, According the current wass version 1.8 their website indicates you just need to download and unzip the package to the wass root dir, then install nodejs for 64 bit windows. We manage to proceed to this point and then carry out the test pipeline all ok. But when we starts the 'prepare' step, there is no way the browser can display the correct working dir and path from the configuration file. We have double check back and forth all the setting in the worksession.js file. Cannot find any thing odd. Any advice would be welcome. Ya |
The web interface has become obsolete to run WASS. Please use either:
Filippo |
Thank you Filippo, After trying the run_wass.m, I have the following erorr message: 8 stereo frames found. ** RUNNING wass_prepare ***** wass_prepare v. 1.8_heads/master-0-g2233c24[Release] Windows-10.0.19044 - MSVC, OpenCV 4.6.0 wass_prepare [error] Invalid calibration directory Error in run_wass_YS (line 172) I have changed and checked all the directories according to my work directory of wass and the data folders. I am not sure there is a line to define the calibration folder... Any suggestions? Kind regards, Ya |
Yes, line 32 in run_wass.m. You have to set those values depending on where your data is stored. |
But I have already checked my lines of data dir and work dir for wass, the error above remains. I have also checked the / or \ slash - they should not make any difference on windows... The error points to the matlab lines: for ii=1:numel(input_frames) Apparently 'wass_prepare' is not able to recognise the CONFIG_DIR. But we have put all files in the config folder in the correct path: CONFIG_DIR = DATA_ROOT = EXE_DIR = |
Hello Filippo Bergamasco Thank you about your source code. It is very interesting to me. I tried to follow your instructions, but it was not successful. Thank you for your time and kind consideration! |
Hello huangya17 Thank you so much for your recommendation. Are you successful in using wass? Please share with me the way to use wass with Matlab. Thank you. |
Hello |
I suggest to use the pre-build binary image for Windows: https://sites.google.com/unive.it/wass/software/wass/download |
If I don't modify the code for WASS, the depth obtained after triangulation is measured in meters or millimeters. |
The reconstructed point cloud is normalized to the camera distance (called baseline). So, just multiply each point in the point cloud by the (measured) camera distance to get the reconstruction in the unit you like. |
Hello everyone.
I am trying to compile WASS on Windows but have a problem with the SBA library.
-- D:/RESEARCH_PAPER/Reconstruct_wave_surface_research/codes/wass_code/wass/src/wass_autocalibrate/../../ext/sba-1.6
CMake Error at wass_autocalibrate/CMakeLists.txt:30 (MESSAGE):
SBA library not found. I've tried to compile it for you but sumething went
wrong. Please manually compile SBA library and place it into
D:/RESEARCH_PAPER/Reconstruct_wave_surface_research/codes/wass_code/wass/ext/sba-1.6
-- Configuring incomplete, errors occurred!
Please help me to fix this problem.
The text was updated successfully, but these errors were encountered: