Stuart Attenborrow

Results 26 comments of Stuart Attenborrow

Here's a definition of the transform being applied: https://github.com/simonfuhrmann/mve/wiki/Math-Cookbook#extrinsic-parameters i.e. `t = -R * c` where `t` is the final camera location, `R` is the camera rotation matrix and `c`...

See here for blender directory structure including addon location: https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html

It sounds like you're assuming the translation vector in the bundler file is absolute as per traditional 3D graphics? As far as I'm aware, the final 3D location of the...

For the record I'm just following the formulas and formats that other much smarter people came up with :)

Was there any more console output? Usually `` is accompanied with a stack trace. e.g. ``` process photogrammetry in_bundler out_bundler Traceback (most recent call last): File "/home/stuart/.config/blender/2.90/scripts/addons/blender_photogrammetry/__init__.py", line 88, in...

I've made some code changes in the master branch for better feedback from known issues (e.g. properties with missing or incorrect values), and changes to get rid of the type...

Hi jayrajkharvadi - I've just had another look at your output. It looks like there wasn't a successful reconstruction from blender, so it eventually gets to a point in COLMAP...

I also found this error in a project where COLMAP crashes mid-process. I need to investigate further as to why it's occurring.

VisualSfM NVM format added to import and export in d9c0ccc0a9494421ff7a9f54b0da54f806e23bfd

Looks like a few people have been working on Meshroom already: https://github.com/alicevision/meshroom/issues/130 https://github.com/tibicen/meshroom2blender https://github.com/alicevision/meshroom/issues/460 https://github.com/ApoorvaJ/BlenderSFM