You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use the MIST algorithm in multicore mode. But I need to improve even more the time spended to stitch the images. I have to join images in a scale of 1000 images and the performance need to be as fast as possible.
I didn't get with the original implementation so I started to search for python implementations with it.
Is it possible with this project code?
The text was updated successfully, but these errors were encountered:
Hi thanks @lucaslmrs for your interest! Unfortunately currently not, but I'm planning a new package with GPU support. I also believe it is not too difficult to update this package by rewriting numpy with cupy etc. but hasn't able to spend time on this. If you could make a PR I'm also happy to review it anytime.
I currently use the MIST algorithm in multicore mode. But I need to improve even more the time spended to stitch the images. I have to join images in a scale of 1000 images and the performance need to be as fast as possible.
I didn't get with the original implementation so I started to search for python implementations with it.
Is it possible with this project code?
The text was updated successfully, but these errors were encountered: