asad-ak

Results 6 comments of asad-ak

Add the following during installation: `sudo apt-get install libmetis-dev`

Read and follow these steps clearly in order! https://colmap.github.io/install.html

> @asad-ak Have you solved that? Unfortunately not, what I understand from the documentation is 1. Extract Features 2. Match Features 3. Reconstruct But I am not sure if this...

> > > @asad-ak Have you solved that? > > > > > > Unfortunately not, what I understand from the documentation is > > > > 1. Extract Features...

I can share the gif files with you for your reference.

`poses_bounds = np.load(os.path.join(self.root_dir, 'poses_bounds.npy')) # (N_images, 17) self.image_paths = sorted(glob.glob(os.path.join(self.root_dir, 'images/*'))) # load full resolution image then resize if self.split in ['train', 'val']: assert len(poses_bounds) == len(self.image_paths), \ 'Mismatch between...