LLM Labeling using GPT-4o not working

Question/Issue:
So I uploaded a video, split it in to images at 5fps, and went ahead created a new datasource. Used transformer block, gave openai key etc. Created pipeline, and when run, it shows 0 images;
Limit no. of samples to label to: 10,000,000
Concurrency: 10
Auto-convert videos: No

Finding unlabeled data…
Finding unlabeled data OK (found 0 samples)

Labeling 0 samples…
[0/0] Labeling samples… (error=0)
Done labeling samples, goodbye!

Project ID:
The Dev Guys-project-1

Context/Use case:
Trying out labeling data using Gpt4o

Summary:
All my images are unlabeled, why does it not pick them up?

Logs/Attachments:
Limit no. of samples to label to: 10,000,000
Concurrency: 10
Auto-convert videos: No

Finding unlabeled data…
Finding unlabeled data OK (found 0 samples)

Labeling 0 samples…
[0/0] Labeling samples… (error=0)
Done labeling samples, goodbye!

Hello @kongruene,

Sorry for the late reply.
Do your video already have an associated label?
I can see from the logs you shared:

Finding unlabeled data OK (found 0 samples)

Can you try to remove the labels and trigger the transformation block?

Best,

Louis