-
Hi,
I'm trying to calibrate 360 images captured from Go Pro Max with regular perspective images and the feature matching stage fails some percentage of the time (mostly in indoors settings). This, …
-
python hangs on this messages:
```
2019-04-12 14:13:52,323 [MainThread ] [DEBUG] Trying paths: ['/root/.docker/config.json', '/root/.dockercfg']
2019-04-12 14:13:52,323 [MainThread ] [DEBUG] …
-
We could add a way (commands?) to edit/sync `sensor_data.sqlite` .
It contains a simple table:
| id | focal |
| -- | -- |
| acer ce-5330 | 5.75 |
| apple iphone5,4 | 4.57 |
| canon elph 150 i…
-
The "Ceres" bundle adjustment solver used by OpenSfM has the ability to handle full uncertainty priors of each term. But it seems to me they are hard coded in OpenSfm and so not available to users. I…
-
Hello! I am currently try to put AR on a video. For that I am parsing "reconstruction.json" file for camera Tvec and Rvec. But this approach only works good when the focal length is constant. How can …
-
Hi!
Thank you for this awesome addon!
I used Meshroom to create a 3D Model from a set of photos. I need to render the 3D Model from specific views into files (my plan is to compute the PSNR betwee…
-
Hello, opensfm is a great job, thank you. I use opensfm to reconstruct the camera position on a set of images.This group of pictures is taken by a fixed PTZ camera. The camera rotates around the yaw a…
-
My GoPro Hero 4 Session apparently produces images with "Focal Length in 35mm" set to 1, which produces horrible results when trying to reconstruct a scene. When I change `compute_focal` to only use `…
zidel updated
3 years ago
-
Hi everyone,
when generating a merged.ply file and open it with
```
import open3d as o3d
pcd = o3d.io.read_point_cloud('merged.ply')
print(pcd.colors)
```
it gives me
```
std::vector with 0 …
cdapo updated
2 years ago
-
What is the syntax for exposing more parameters in the OpenSFM config.py?
For instance, ORB has no tunable parameters listed, despite having a number of important parameters in the OpenCV documenta…