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

[bug] live reconstruction #1144

Closed
r33p opened this issue Nov 11, 2020 · 8 comments · Fixed by #1145
Closed

[bug] live reconstruction #1144

r33p opened this issue Nov 11, 2020 · 8 comments · Fixed by #1145
Labels
bug for actual bugs (unsure? use type:question)

Comments

@r33p
Copy link

r33p commented Nov 11, 2020

Describe the bug
live reconstruction doesn't do anything

To Reproduce

  1. Save the project : File -> Save As -> 'name of your project'
  2. Click on : View -> Live reconstruction
  3. in the Live 'Reconstruction window', click on the 'Image Folder Icon' and choose the folder to watch
  4. press the 'start button' in the 'live reconstruction window'
    but nothing happen, no operations are done, the cpu keep quiet

Expected behavior
start to watch the image folder, and do the SFM's computation

Log
Traceback (most recent call last):
File "/opt/Meshroom/meshroom/ui/reconstruction.py", line 106, in timerEvent
File "/opt/Meshroom/meshroom/ui/reconstruction.py", line 115, in update
TypeError: 'FilesByType' object is not iterable
Traceback (most recent call last):
File "/opt/Meshroom/meshroom/ui/reconstruction.py", line 106, in timerEvent
File "/opt/Meshroom/meshroom/ui/reconstruction.py", line 115, in update
TypeError: 'FilesByType' object is not iterable
Traceback (most recent call last):

Desktop (please complete the following and other pertinent information):

  • OS: ubuntu 20.04
  • Python version 2.7
  • Meshroom version: binary release 2020.1.0
@r33p r33p added the bug for actual bugs (unsure? use type:question) label Nov 11, 2020
@Omar-Shaik
Copy link

You have to initialize the software with a few images then click start.

@Aquilux
Copy link

Aquilux commented Dec 1, 2020

I am getting this error (same reproduction method) even after having dragged and dropped initial images into the appropriate window, hitting start on the top status bar and then hitting start on the live reconstruction tab.

@Omar-Shaik
Copy link

Try it without clicking start at the top.

@Aquilux
Copy link

Aquilux commented Dec 1, 2020

Repeating the process without clicking the start button at the top does not change this behavior.

@IchbinkeinReh
Copy link

Seems #1145 has solved the issue. When i tried it with that code it works. But unfortunately that change is not yet present in the current release

@marcusdiy
Copy link

Was the build updated too? Im trying to download it from https://alicevision.org/#meshroom but the error persists...
Using Meshroom 2020.1.1 64-bit and even with the Meshroom 2020.1.0 64-bit

@ChemicalXandco
Copy link
Contributor

@marcusdiy this bug is present in versions 2020.1.0 and 2020.1.1.

@natowi
Copy link
Member

natowi commented Feb 24, 2021

I build the latest version with the fix for you (on windows), replacing reconstruction.pyc in Meshroom-2020.1.1\lib\meshroom\ui should work - If it does not, simply build Meshroom yourself - it´s quite easy compared to Alicevision.

reconstruction.zip

@natowi natowi added this to the Meshroom 2021.1.0 milestone Feb 25, 2021
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

Successfully merging a pull request may close this issue.

7 participants