-
Looks like the COLMAP dataset is missing the `get_valid_frame_path` function, I've managed to get things working on the 7scene dataset. I noticed it implemented it here https://github.com/nianticlabs/…
-
Click to expand!
### Issue Type
Bug
### Source
source
### Tensorflow Version
2.11.0
### Custom Code
Yes
### OS Platform and Distribution
CentOS Linux 7 (Core)
### Mobile device
_No resp…
-
**Describe the bug**
After automatic sparse reconstruction from a set of (single-intrinsics) images, I export the project, which exports cameras, images and points3D to files. In the exported points3…
-
Hello, I use my own limited range to filter the camera pose to block the scene, and filter the sparse point cloud according to whether the point cloud is seen by the camera after screening, and finall…
-
I believe this function should return a flat line in case all the angles in theta are equidistant.
This is true in this example:
```
theta = np.arange(0., 360., 1.)
>> [0. 1. 2. ... 357. 3…
-
Hi, author. I met the issue when testing the demo.ipynb.
The complete info is as follows.
```
10 mapping images
[2022/09/20 14:58:31 hloc INFO] Extracting local features with configuration:
{'mod…
-
Hi, thanks for the code. just tried to run the code and set it to pcd instead of mesh.
But i encountered a memory error. Any suggestions?
Many thansks
error
File "sklearn\neighbors\_binar…
-
Is there anyway apart from CCtag for scaling 3d model to its real life size?
or how meshroom decide the scale for an object if it depend on image size or focal length ?
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org…
-
I would like to transform the (geometric) depth maps of a COLMAP project into one common coordinate system (I do not want to do a depth map fusion). For this I wrote the python script below, based on …