Black border around image
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mellysa Susilo
el 4 de Mayo de 2017
Comentada: Mellysa Susilo
el 24 de Mayo de 2017
Hello, i'm working in Convolutional Neural Network project right now. The training data i prepared is slightly different when i input it on Matlab. It has black border around it, but it shouldn't be there because it can affect the accuracy of my network.
This is the original image
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163756/image.png)
And this is after being input
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163757/image.jpeg)
is this affect my network's accuracy? and if it is how can i get rid of it?
0 comentarios
Respuesta aceptada
Javier Pinzón
el 18 de Mayo de 2017
Hello Mellysa
Sometimes, when an img is in PNG format, it have some properties that matlab change, such as transparencies. I recommend you to change it to .JPG format, and perhaps re-colour your backgound to avoid problems when reading the image.
About accuracy, if black-borders are touching your kanjis, as is happening in the first image, the CNN may contemplate it as part of your symbol. but, as i can see, every single image have exact the same black-border, so, i think the network may "erase" this border when using ReLU layer. Also, you can train your network to test if borders affect, and perhaps check the activations.
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!