tf_unet icon indicating copy to clipboard operation
tf_unet copied to clipboard

Can an image have multiple object from the same class?

Open SteveIb opened this issue 6 years ago • 1 comments

Hi , I have the following mask image and it is contain multiple object from the same class .. or is it just one object per image? it is png image. should it have the same name as my colored image .jpg (my training image)? Should I put it in the same folder or different folders? what is the structure. I worked with yolo and that requires a text file that show the anchor. In you repository is the mask image enough? down you can see my mask image. Thanks in advance. stroma_image

SteveIb avatar Jul 05 '18 15:07 SteveIb

The number of objects in the image doesn't matter. You can have the same class multiple times

Looks like the ImageDataProvider s what you need. Besides the images and masks there is no need for any additional anchor files

jakeret avatar Jul 06 '18 06:07 jakeret