Is there has any method to train Tensorflow AI/ML that I focus on detecting background of image more than common objects?
I'm newbie to ML field, but was assigned to do job that make an application which can detecting on showroom image/places and detecting on the floor, wall then find out what is the material/ceramic/marble/etc. product they are.
Example: This is showroom picture,
the wall and the floor of showroom are using this product material
- Is it possible to do something like I described?
- How to start with?
- If I don't want to install Tensorflow into my computer, is there a service that can make a model to use in the device? (my goal need to use the model in Android device)
- What method/type of ML should I approach 'Classification' or 'Object Detection' or other else?