Great work! I have test some of the release files with the repository LightGlue-OnnxRunner and come cross this two problems:
- The match size(matchnum) obtained by disk_lightglue_end2end_fused_cpu.onnx with image_size=1024 is less than the disk_lightglue_end2end.onnx, comparatively, when image_size=512, disk_lightglue_end2end_fused_cpu.onnx and disk_lightglue_end2end.onnx get the equal match size. May be the disk_lightglue_end2end_fused_cpu.onnx has the params setting of the max_num_keypoints when is generated? How can i get the same match size by the disk_lightglue_end2end_fused_cpu.onnx and the disk_lightglue_end2end.onnx.
By the way, when the extractor_type=superpoint, no matter image_size=1024 or image_size=512, the match size output is equal.

- We can get disk_lightglue_end2end_fused_fp16.onnx, but there is no superpoint_lightglue_end2end_fused_fp16.onnx ? Can you please generate and upload it?