Skip to content

Version 2.0.0 runs slowly #102

@Anqi00

Description

@Anqi00

When I switched to version 2.0.0, the multi-camera matching issue was resolved by adding parameters.
general:
camera_model: "opencv"
single_camera: false

0: DJI Drone

cam0:
camera_model: "opencv"
intrinsics: ~
images: "*.JPG"

1: Azure Kinect

cam1:
camera_model: "opencv"
intrinsics: [
894.637116, 894.415775, 943.383850, 563.671383,
0.078929, -0.045787, 0.003979, -0.002581
]
images: "*.png"

However, I encountered a new problem when I ran python -m deep_image_matching --dir assets/orchard --pipeline superpoint+lightglue --camera_options config/my_cameras.yaml --tiling When running the preselection command, it runs very, very slowly, as if stuck, after displaying "Deep Image Matching loaded in 2.728 seconds." I used all the default settings.
But this doesn't happen when using the old version. What's the reason?

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