-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Correct AliceVision build necessary to run the 'dev' branch[question] #865
Comments
Could you put the FeatureExtraction node in verbose=trace and send the full log? |
Thanks for the reply! I was not able to reproduce the feature extraction failure, with either the stable build or the afore mentioned snapshot. Instead, I got the failure again n image matching. The log (trace mod) has only 1 relevant line:
For the record, the machine has 64 GB of ram and the input images are 6 (4000x3000). Using meshroom 2019.2 with the packaged AliceVision bin the ram caps at 50% usage. During the test no memory leak occurred. |
This is the log i get running alicevision snapshopt bin only.
|
I have some strange behaviour, too; When I use the latest Alicevision snapshot, DepthMap terminates with "cudart64_92.dll missing". When using the Meshroom (this) snapshot, the GUI crashes while running FeatureExtracion. I have yet to investigate the source of the problems. |
After enabling verbose level to Trace i get a blank screen in Log secrion, but this is what the command line shows:
WARNING: downgrade status on node "DepthMap_1(1)" from Status.SUBMITTED to Status.NONE Using latest AliceVision compilation. ImageMatching works, but DepthMap doesn't |
I think this is a build problem: #887 (comment) |
Fixed by alicevision/AliceVision#776 |
Hello,
I am trying to test the new feature in the dev version of meshroom. I tried to run the dev branch uncompiled via script along with the windows-snapshot build named "Merge pull request alicevision/AliceVision#770 from alicevision/remove_cxsparse" which seemed the latest. However, with this setup defualt pipe files at Feature Extraction node without a clear hint ("failed to extract sift feature"). I tried to use it with the 2019.2 release binaries but in this case the error was: "--method is not a valid parameter" in the Image Matching node.
The batch script I use to start meshroom is the following:
Notice that I have no problem running the default pipeline with the same input photos and the stable releases of bot AliceVision and Meshroom.
The text was updated successfully, but these errors were encountered: