0
Can you guys give me a guide for image labeling
I want label my images with some another image
11 Answers
+ 4
Labeling images means attaching some metadata to your pictures, like tags what is shown on the picture, or any keyword that is relevant for your machine learning model.
With this, you can build a database that can be useful for object recognition in computer vision.
https://datagen.tech/guides/image-annotation/image-labeling/
But what exactly do you mean by "labeling WITH another image?" I am puzzled.
+ 3
Even so, in my understanding the label is typically text or a collection (list) of string type data, not images.
+ 2
Have you completed the introduction to html course
+ 2
Ok but the prediction (the auto-generated picture) is the output of your model, the labels are your inputs.
+ 2
How does a CGAN work?
You have a bunch of images, let's say for example that each image shows an animal. Also each image is associated with the text tag, that describes what kind of animal is on the picture: "dog", "duck", "donkey" etc. When the model is trained, these labels are taken to account, basically you want to converge a random group of pixels to resemble the shape and color of a specific animal.
Then when you generate an image, you want to specify which animal it should resemble, you ask for a cat image and the model should predict something that looks like all the cats in the training set, and not so much like the sharks or horses.
+ 1
No
Is there any relation?
0
If you are talking about images in html then you should learn the html course first
0
Thank you
I need build a dataset for CGANs
0
I want my model predictions be in the form of images not text
0
I have a X(picture) and it change to y(goal picture)
So i want it predict y
Still should use texture labels?
0
Oklahoma
What should I use for my goal
I have a some pictures for example green trees (X) and other pictures trees that changes to yellow trees (y)
I wanna my model predict yellow trees based on those green trees