alicevision / Meshroom

3D Reconstruction Software
http://alicevision.org
Other
11.14k stars 1.08k forks source link

HELP!!ERROR:root:Error on node computation: Error on node "StructureFromMotion_1" #1036

Closed dragunov47 closed 4 years ago

dragunov47 commented 4 years ago

I'm using monstree mini3 as my object ,but it could not work . OS :Windows 10 Version 2019.2.0 RAM :16GB

Plugins loaded: CameraCalibration, CameraInit, CameraLocalization, CameraRigCalibration, CameraRigLocalization, ConvertSfMFormat, DepthMap, DepthMapFilter, ExportAnimatedCamera, ExportColoredPointCloud, ExportMaya, FeatureExtraction, FeatureMatching, ImageMatching, ImageMatchingMultiSfM, KeyframeSelection, LDRToHDR, MeshDecimate, MeshDenoising, MeshFiltering, MeshResampling, Meshing, PrepareDenseScene, Publish, SfMAlignment, SfMTransform, StructureFromMotion, Texturing WARNING:root:Unable to open default EUDC font: "EUDC.TTE" WARNING:root:Unable to open default EUDC font: "EUDC.TTE" Program called with the following parameters:

[19:50:25.854712][warning] Some image(s) have no serial number to identify the camera/lens device. This makes it impossible to correctly group the images by device if you have used multiple identical (same model) camera devices. The reconstruction will assume that only one device has been used, so if 2 images share the same focal length approximation they will share the same internal camera parameters. 3 image(s) are concerned. [19:50:25.870669][info] CameraInit report:

[1/7] StructureFromMotion

Loading features 0% 10 20 30 40 50 60 70 80 90 100% |----|----|----|----|----|----|----|----|----|----| [19:50:42.326685][info] Supported CUDA-Enabled GPU detected.

WARNING: downgrade status on node "PrepareDenseScene_1(0)" from Status.SUBMITTED to Status.NONE WARNING: downgrade status on node "DepthMap_1(0)" from Status.SUBMITTED to Status.NONE WARNING: downgrade status on node "DepthMapFilter_1(0)" from Status.SUBMITTED to Status.NONE WARNING: downgrade status on node "Meshing_1" from Status.SUBMITTED to Status.NONE WARNING: downgrade status on node "MeshFiltering_1" from Status.SUBMITTED to Status.NONE WARNING: downgrade status on node "Texturing_1" from Status.SUBMITTED to Status.NONE ERROR:root:Error during Graph execution Error on node "StructureFromMotion_1": Log: Program called with the following parameters:

Loading features 0% 10 20 30 40 50 60 70 80 90 100% |----|----|----|----|----|----|----|----|----|----| [19:50:42.326685][info] Supported CUDA-Enabled GPU detected.

PLEASE HELP!!

natowi commented 4 years ago

"Anaconda3\Lib\site-packages\PyQt5\Qt\plugins\Meshroom-2019.2.0" (that´s a strange path for the sensordb)

There is probably an issue with your Meshroom installation . Do you use the pre-build binaries? https://github.com/alicevision/meshroom/releases/tag/v2019.2.0

dragunov47 commented 4 years ago

"Anaconda3\Lib\site-packages\PyQt5\Qt\plugins\Meshroom-2019.2.0" (that´s a strange path for the sensordb)

There is probably an issue with your Meshroom installation . Do you use the pre-build binaries? https://github.com/alicevision/meshroom/releases/tag/v2019.2.0

Yes,I used the the pre-build binaries(https://github.com/alicevision/meshroom/releases/tag/v2019.2.0) download the Meshroom-2019.2.0-win64.zip and unzip, click Meshroom.exe to start. Any extra installation step did I miss? ⊙(・◇・)? image I put Meshroom-2019.2.0 at "Anaconda3\Lib\site-packages\PyQt5\Qt\plugins\'' because there is a problem when I start Meshroom.exe "This application failed to start because no Qt platform plugin could be initialized" I have reinstalled Pyqt5 and put it at''sensorDatabase = "C:\Users\wsdxlwj\Desktop\Meshroom-2019.2.0\aliceVision\share\aliceVision\cameraSensors.db" But it still doesn't work. It's the same mistake. I'm terribly grateful to you for all your help(ง •_•)ง

natowi commented 4 years ago

You can try https://github.com/alicevision/meshroom/issues/304

dragunov47 commented 4 years ago

I have found a solution to the problem. Some errors in SFM seem to be caused by a problem with the address I saved. When I choose continue without saving and continue refactoring, the program will not have any problems Thank you for your help. Thank you