Skip to content

Multiple errors with colmap cuda extraction and others #35

@Jaykumaran

Description

@Jaykumaran

Hello,

  1. I'm using colmap feature handler and i'm facing multiple errors w.r.t rotation avg, track establishment, and others
    For eg,

i)
File "/media/instantsfm/instantsfm/processors/track_establishment.py", line 32, in BlindConcatenation
point_global_id2 = (int(pair.image_id2) << 32) | point2
OverflowError: Python integer 4294967296 out of bounds for uint32

ii)
return forward_call(*args, **kwargs)
TypeError: RobustModel.forward() missing 1 required positional argument: 'target'

  1. Also im trying superpoint, disk+lightglue etc and the ins-feat for this is killed when it goes out of ram (i..e 64 + 128 swap) which doesnt make it practical for large scenes. Can someone guide on these deep learning feature extractor to get accurate poses and Sfm for large scenes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions