Can you guys give me a guide for image labeling | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can you guys give me a guide for image labeling

I want label my images with some another image

12th May 2023, 9:14 PM
Reza Jaferyan
Reza Jaferyan - avatar
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.
14th May 2023, 5:46 AM
Tibor Santa
Tibor Santa - avatar
+ 3
Even so, in my understanding the label is typically text or a collection (list) of string type data, not images.
14th May 2023, 5:53 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Have you completed the introduction to html course
13th May 2023, 3:20 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 2
Ok but the prediction (the auto-generated picture) is the output of your model, the labels are your inputs.
14th May 2023, 5:56 AM
Tibor Santa
Tibor Santa - avatar
+ 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.
14th May 2023, 6:16 AM
Tibor Santa
Tibor Santa - avatar
+ 1
No Is there any relation?
13th May 2023, 8:06 PM
Reza Jaferyan
Reza Jaferyan - avatar
0
If you are talking about images in html then you should learn the html course first
14th May 2023, 5:41 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
0
Thank you I need build a dataset for CGANs
14th May 2023, 5:48 AM
Reza Jaferyan
Reza Jaferyan - avatar
0
I want my model predictions be in the form of images not text
14th May 2023, 5:54 AM
Reza Jaferyan
Reza Jaferyan - avatar
0
I have a X(picture) and it change to y(goal picture) So i want it predict y Still should use texture labels?
14th May 2023, 6:09 AM
Reza Jaferyan
Reza Jaferyan - avatar
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
14th May 2023, 6:47 AM
Reza Jaferyan
Reza Jaferyan - avatar