An open API service indexing awesome lists of open source software.

https://github.com/tsmotlp/code_for_split_concatenate_big_pictures


https://github.com/tsmotlp/code_for_split_concatenate_big_pictures

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# code_for_split_concatenate_big_pictures
if your input images are too big to forward into the model, you can use this function to cut the input image into pieces and feed them into the model separately, then concatenate the outputs together to obtain the entire output of the big image.