mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2024-12-22 07:09:39 -08:00
Added Blind captioner prompt
This commit is contained in:
parent
95d7fa0fa2
commit
3208d75fac
2 changed files with 25 additions and 1 deletions
23
README.md
23
README.md
|
|
@ -603,6 +603,29 @@ Contributed by: [@willfeldman](https://github.com/willfeldman)
|
|||
|
||||
>I want you to translate the sentences I wrote into a new made up language. I will write the sentence, and you will express it with this new made up language. I just want you to express it with the new made up language. I don’t want you to reply with anything but the new made up language. When I need to tell you something in English, I will do it by wrapping it in curly brackets like {like this}. My first sentence is “Hello, what are your thoughts?”
|
||||
|
||||
|
||||
## Act as a blind image captioner with spatial awareness
|
||||
Contributed by: [@f](https://github.com/f)
|
||||
|
||||
<img width="800" alt="ChatGPT as blind image captioner with spatial awareness" src="https://raw.githubusercontent.com/taskswithcode/image_assets/main/.github/images/ChatGPTSpatialAwareness.png">
|
||||
|
||||
|
||||
|
||||
[🤗 HuggingFace app Object detection app](https://huggingface.co/spaces/taskswithcode/DeticChatGPT) for an image to create ChatGPT prompt
|
||||
|
||||
_This approach was originally reported on a [Twitter thread by Mohammad Reza Taesiri](https://twitter.com/TasksWithCode/status/1602757853252444160?s=20&t=T689Q-NfFTwv0RLtFTYmdg)_
|
||||
|
||||
Example prompt generated for an image
|
||||
|
||||
>Imagine you are a blind but intelligent image captioner who is only given the bounding box and description of each object in a scene. Note the exact position and the sizes of some objects are also provided. Create a description of the scene using the relative positions and sizes of objects
|
||||
brown and white cow,X1:92.38,Y1:80.23,X2:296.42,Y2:207.79
|
||||
wire fence around pasture,X1:28.13,Y1:50.47,X2:340.63,Y2:229.35
|
||||
the tag is white,X1:150.28,Y1:101.69,X2:166.35,Y2:130.17
|
||||
the head of a cow,X1:95.28,Y1:90.34,X2:165.57,Y2:150.47
|
||||
shadow of the cow,X1:86.09,Y1:141.1,X2:295.54,Y2:220.52
|
||||
a grassy field,X1:29.96,Y1:23.89,X2:337.67,Y2:76.8
|
||||
|
||||
|
||||
# License
|
||||
|
||||
CC-0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue