Open parsahemmasi opened 3 months ago
I think you should modify the size of the dynamic input in superpoint.cpp and superglue.cpp,search"profile->setDimensions"
I think you should modify the size of the dynamic input in superpoint.cpp and superglue.cpp,search"profile->setDimensions"
I have tried but this time I got an error about building engine. Would you please explain more? And what is your recommended modification for inferencing two 1280x960 images?
Description When I attempt to change the image_width and image_height values in the config.yaml file from the default 320x240 to any other dimensions, the engine file builds successfully. However, during inference, the following error occurs:
Steps to Reproduce
config.yaml
file to change image_width and image_height values to something other than 320x240 (e.g., 1280x960).superpointglue_image
with two 1280x960 images as input arguments.Expected Behavior The inference should run successfully with the updated image dimensions.
Actual Behavior The process terminates with a std::bad_alloc error, indicating a memory allocation issue.
Environment
Additional Context