- Jan 12, 2023
-
-
Thomas Müller-Höhne authored
-
- Jan 04, 2023
-
-
Thomas Müller authored
-
- Jan 03, 2023
-
-
Thomas Müller authored
-
- Dec 30, 2022
-
-
Thomas Müller authored
- SIMPLE_RADIAL_FISHEYE - RADIAL_FISHEYE - OPENCV_FISHEYE
-
- Dec 14, 2022
-
-
Thomas Müller authored
-
- Aug 16, 2022
-
-
Thomas Müller authored
-
- Jul 07, 2022
-
-
Thomas Müller-Höhne authored
-
- Jul 06, 2022
- Jul 05, 2022
-
-
Ily authored
Add the path to a vocabulary tree when chosen "vocab_tree" as colmap_matcher using vocabulary tree give better results https://demuc.de/colmap/
-
- Jun 22, 2022
-
-
SangminKim authored
handle reflection case with small noise
-
- Jun 21, 2022
-
-
SangminKim authored
handle exception for the opposite direction input
-
- Jun 20, 2022
-
-
Thomas Müller authored
- orientable crop volume - extra python bindings - better visualization of cameras - a number of fixed crashes
-
- Jun 16, 2022
- May 30, 2022
-
-
JamesPerlman authored
-
- Apr 21, 2022
-
-
Thomas Müller authored
-
- Apr 20, 2022
-
-
Abdullah Saafan authored
When passing parameters to Colmap2Nerf the system calls example: --video_in "D:/DataSet Videos/Video.mp4" Won't recognize path as a whole paramter due to Absence of Double Quoations, so argparse interpret it as "D:/DataSet" only and "Videos/Video.mp4" as an another argument.
-
- Mar 22, 2022
-
-
Krahets authored
Add 'SIMPLE_PINHOLE' and 'PINHOLE' camera models.
-
- Mar 07, 2022
-
-
Ameya Shenoy authored
add a parameter to take start and end time, to extract images from the video only within the given time slice Signed-off-by:
Ameya Shenoy <shenoy.ameya@gmail.com>
-
- Feb 28, 2022
-
-
Rebecca Johns authored
Correcting previous mangling of the indentation
-
- Feb 27, 2022
-
-
Rebecca Johns authored
-
- Feb 23, 2022
-
-
Thomas Müller authored
-
- Feb 22, 2022
-
-
Cristian Duguet authored
From numpy 1.7, the type of implicit casting from L:271 `totp += p*w` produces an error: ``` TypeError: Cannot cast ufunc add output from dtype('float64') to dtype('uint8') with casting rule 'same_kind'``` To avoid `totp` and `totw` should be initialized as `dtype('float64')`.
-
Thomas Müller authored
-
- Feb 20, 2022
-
-
Thomas Müller authored
-
Julius Jacobsohn authored
The "split" function, which was supposed to determine the filename, fails, if spaces are contained in the filename itself. I fixed it by splitting the "line" variable by everything BUT the filename.
-
- Jan 19, 2022
-
-
Alex Evans authored
fix regression in colmap2nerf.py that caused it to fail to find the center of the cameras point of interest, due to a sign-flip in the closest-point-of-approach function. this should make it more robust at correctly centering new datasets
-
- Jan 14, 2022
- Jan 13, 2022
-
-
Thomas Müller authored
-