pixel-perfect-sfm icon indicating copy to clipboard operation
pixel-perfect-sfm copied to clipboard

Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)

Results 62 pixel-perfect-sfm issues
Sort by recently updated
recently updated
newest added

when running below code, error occurs `sfm = PixSfM({"dense_features": {"max_edge": 1024}}) refined, sfm_outputs = sfm.reconstruction(ref_dir, images, sfm_pairs, features, matches, image_list=references)` ![image](https://user-images.githubusercontent.com/61621484/174266442-fd4c5fe1-f099-4ca0-9e3d-62bb4e40d084.png) but the type of 'reconstruction' is `pycolmap.reconstruction`, how to...

when refiner = PixSfM(), super(_open_file, self).__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: '/home/ai/workspace/pixel-perfect-sfm/pixsfm/features/models/checkpoints/s2dnet_weights.pth'

Dear authors, Really appreciate your efforts to open source this great paper. When I was testing my data, sometimes it can't run through the costmaps generation process. I am using...

I run it on ubnutu18, cuda11.2 but when i preceed : " # run pixsfm sfm = PixSfM({"dense_features": {"max_edge": 1024}}) refined, sfm_outputs = sfm.reconstruction(ref_dir, images, sfm_pairs, features, matches, image_list=references) #...

hi, ''dict: Return dict of featuremaps. For format see features/README.md'',but I can not find features/README.md

invalid

- Allow extracting costmaps from dense features - Store features to H5 in dense if it requires less memory (e.g. for semi-dense local features)

Releases GPU resources before/after dense feature extraction (by moving the model to CPU).

Add support for [kornia's DenseSIFTDescriptor](https://kornia.readthedocs.io/en/latest/_modules/kornia/feature/siftdesc.html#DenseSIFTDescriptor) as dense features. Requires kornia>=0.6.4.

Updates the config of the sift extractor in the ETH3D benchmark to be compatible with the latest API changes in hloc.

Hi, Paul@Skydes, I've met some issues during bundle adjustment . ![Photo_0417_1a](https://user-images.githubusercontent.com/54176045/163702789-4c450a8e-429e-4fba-a0c9-59b1efcaf4e0.jpg) It seems that no bundle adjustment process is done and the cost didn't change at all. So, how could...