-
-
### Steps to reproduce the problem
1. Make a post with an image on without a description
2. Edit the post and type in an image description / alt text
3. "Oops, an unexpected error occured" upon s…
veale updated
3 weeks ago
-
Great work!
How to perform the task of generating video captions?
-
TCategoryButton.
I want a margin in the left side of the button as in the image.
![image](https://github.com/user-attachments/assets/01cd425f-90e3-4cdb-9065-9b1e637908d8)
To do this, I had to s…
-
Hi! I have been having some trouble to get the repo and models working. Specially, I tried to run the evaluation scripts (specifically COCO captioning) as reported in the README using the checkpoint t…
-
Thanks for your good work! Can you provide some guidance on how to use your data generation pipeline?
-
It would be useful to be able to put a "caption" field with an image, to somehow be able to atomically post an image with some explaining text with it.
This feature would be especially useful for b…
-
### What
Allow displaying image captions under featured image, if caption is added to media library
### Why
Some image in media library contains image captions, it'd be nice to populate captions au…
-
https://arxiv.org/abs/1803.05526
https://arxiv.org/abs/1707.07998
https://arxiv.org/abs/1909.02201
https://arxiv.org/abs/1811.10787
-
It's quite easy to implement caption for images:
```ts
n2m.setCustomTransformer('image', async (block) => {
const { image } = block as ImageBlockObjectResponse;
const src = image.type === '…