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

Error when processing DepthMap node[bug] #887

Closed
miquelrosell99 opened this issue May 9, 2020 · 3 comments
Closed

Error when processing DepthMap node[bug] #887

miquelrosell99 opened this issue May 9, 2020 · 3 comments
Labels
bug for actual bugs (unsure? use type:question)

Comments

@miquelrosell99
Copy link

miquelrosell99 commented May 9, 2020

Describe the bug
All the nodes in the project process just fine, but when I get to the DepthMap node, it gives an error like this one ( downgrade status on node "DepthMap_1(199)" from Status.SUBMITTED to Status.NONE):
image
image

To Reproduce
Steps to reproduce the behavior:

  1. Git clone meshroom
  2. grab latest alicevision snapshot to use with meshroom
  3. try to process any meshroom project
  4. See error

I need to use meshroom for a uni project, but all of a sudden this error appeared...

@miquelrosell99 miquelrosell99 added the bug for actual bugs (unsure? use type:question) label May 9, 2020
@natowi
Copy link
Member

natowi commented May 9, 2020

I am not sure yet, it could be an error with the snapshot build.

For me, DepthMap terminates with "cudart64_92.dll missing". That is strange, as I tested this when I made the PR and it worked then...

Did a previous snapshot work for you?

@natowi
Copy link
Member

natowi commented May 9, 2020

I think I found the error. Somehow a few files are missing in the snapshot (compared to MR2019.2):

CONCRT140.dll
VCRUNTIME140.dll
geogram_num_3rdparty.dll
popsift.dll
CCTag.dll
aliceVision_calibration.dll
aliceVision_cameraCalibration.exe
boost_date_time-vc140-mt-x64-1_70.dll
boost_filesystem-vc140-mt-x64-1_70.dll
boost_log-vc140-mt-x64-1_70.dll
boost_program_options-vc140-mt-x64-1_70.dll
boost_regex-vc140-mt-x64-1_70.dll
boost_serialization-vc140-mt-x64-1_70.dll
boost_thread-vc140-mt-x64-1_70.dll
cudart64_80.dll
dbghelp.dll
Half-2_3.dll
Iex-2_3.dll
IlmImf-2_3.dll
IlmThread-2_3.dll
Imath-2_3.dll
opencv_calib3d343.dll
opencv_core343.dll
opencv_features2d343.dll
opencv_flann343.dll
opencv_imgcodecs343.dll
opencv_imgproc343.dll
opencv_videoio343.dll
tbb.dll

Now I need to figure out what went wrong. https://github.com/alicevision/AliceVision/blob/develop/appveyor.yml @EwoutH any idea what I missed?

... so checking the appveyor log I see:

-- Did not find MOSEK header
-- Did not find MOSEK library
-- Could NOT find PopSift (missing: PopSift_DIR)
-- OpenGV headers not found!
-- Could NOT find OpenGV (missing: OPENGV_LIBRARY OPENGV_INCLUDE_DIR)
-- Looking for UncertaintyTE.
-- UncertaintyTE headers not found!
-- UncertaintyTE library include not found
-- UncertaintyTE library not found
-- Could NOT find UncertaintyTE (missing: UNCERTAINTYTE_LIBRARY UNCERTAINTYTE_INCLUDE_DIR)
-- Did not find TBB library
-- Did not find Intel TBB library, assuming SuiteSparseQR was not compiled with TBB.
-- Did not find METIS library (optional SuiteSparse dependency)

Some are not necessary, but some are.
ToDo: Check against https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md

alicevision/AliceVision#775

@natowi
Copy link
Member

natowi commented Jun 13, 2020

Has been fixed and will be merged soon. alicevision/AliceVision#776

@natowi natowi closed this as completed Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question)
Projects
None yet
Development

No branches or pull requests

2 participants