Classifying pixels based on colour using keras

Questions : Classifying pixels based on colour using keras

204

I want to classify each pixel of an programming image. There are only 2 classes, Not Learning mango and Mango.

And I want model to learn and Earhost distinguish only based on colour. Say, most effective red pixels belong to mango but green wrong idea will not.

I want to use 1✕1 Convolution use of case and make it learn weights for this task.

I'm not sure how to go ahead with this.

I know that there is a way of getting a United mask for a particular colour in OpenCV. Modern But I want to use deep learning to learn ecudated and adjust weights.

More importantly, I want those weights some how and see how the model adjusts them to anything else segregate a certain range of colours and not at all distingush an object. Weights should be very usefull probably a 1-Dimentional list/array.

Any kind of help will be appreciated.

Total Answers 0

Top rated topics

Pyre-check doesn't detect naive date vs. tz aware date type error

Database Login in Clean Architecture?

Mysql Workbench (ONLY) connecting to remote mysql without SSL

How to Use a Formula in Pivot Table

How to use static file on css file with version in django

How can I pass variable into an evaluate function?

How can I reduce onPanUpdate producing too much data in flutter?

Android Google Maps SDK not loading for some users

Compare two columns in different worksheets and create a message listing the missing data

Triangle Loop Last Row

Android Retrofit2 parsing boolean value always false

Trying to learn how to make a discord bot with python. Keep getting same error everytime I try to start the code

Issue with python lists and loops

Is it possible to setup React Native devleopment environment inside docker?

How to get function parameter names/values dynamically?

No Module Named 'yfinance' in VSCode

MKLocalSearchCompleter - Ignores region

Can Navigator.push be used in ternary with Flutter

Difference in BigInteger calculations in C# and Python

Need help identifying / converting old video from mobile phone

Typescript types of composition Ramda lens with React useState set function

What is the string length of a default .NET CORE password hash?

How to make a mutate(map()) recognize groups?

Numbering permutations

Pandas melt single column level

Avoid Google Spreadsheet to convert an XLSX file created by Open XML SDK to XLSM

SliverAppBar hide flexible space when scroll up

How to save binary buffer to png file in nodejs?

Function class javascript not finding variable

Use numpy functions on objects extending numbers.Real

Laravel orderBy with paginate and relations

Pytorch mixed precision causing discriminator loss to go to NaN in WGAN-GP

ASP.NET MVC form does not send data to controller

Missing queryFn error when using useQuery

What kind of icons does twitter use?

Reading text file in order

Using dbeaver 'SQL Error [42830]: ERROR: there is no unique constraint matching given keys for referenced table "Clinic"'

Arduino internet data disappear after 10 seconds

Why does styling the background of the body element affect the entire screen?

Micropython for statement syntax

Concise way to get names of list elements

Create a trigger that finds string value and copies ID to insert to new table

How to add text to value in console, without breaking it

How to load an external Angular app inside a div?

Create a Customized Menu in Kotlin

Importing React First vs Second

Autocomplete not working for VSCode with Unity

Get consolidated difference between arrays - from the need to sync arrays in this situation

Can't add canvas inside a div using three.js

Sending multiple values to stored procedure and use it in IN operator

Top