Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 688 Bytes

Contributing

The current model has mostly been tested on high-range float32 images, so there may be other images or formats where the model is not able to align the input images perfectly.

Finding images where the model is not able to align them

The simplest way to contribute to this project is by finding images that cannot be properly aligned with the align() or fast_align() functions. If that happens, please do not immediately flee to the next repository and take the time to let me know.

Code optimization

The code could be optimized to perform the same tasks using fewer lines of code.

Suggesting new functionalities

Any ideas & suggestions are always welcomed.