-
Notifications
You must be signed in to change notification settings - Fork 65
Description
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?