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
- Host: GitHub
- URL: https://github.com/tsmotlp/code_for_split_concatenate_big_pictures
- Owner: tsmotlp
- Created: 2019-11-17T05:12:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T05:21:51.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T07:25:50.535Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.