Create readme.txt
Browse files
my_model/captioner/readme.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This directory contains the `image_captioning.py` module.
|
2 |
+
The image_captioning.py module provides functionality for generating captions for images using
|
3 |
+
InstructBlip model. It includes tools for loading and configuring the model and tokenizer,
|
4 |
+
resizing images, and generating captions for single or multiple images.
|
5 |
+
|
6 |
+
|
7 |
+
Notes:
|
8 |
+
Ensure the necessary dependencies are installed and properly configured.
|
9 |
+
The module supports various image input formats, including file paths, file-like objects, and PIL Images.
|
10 |
+
The free_gpu_resources() function is used to manage GPU memory effectively.
|
11 |
+
Configuration settings for the model are imported from my_model.config.captioning_config.
|