1

I'm currently working on an iOS App where I want to detect if there is a table, chair or bench in the current camera input.

My idea was to take the MobileNetV2 model and get it to classify these three categories with transfer learning in TensorFlow. Because there are cases where none of these three objects are visible, I would add a fourth class "none" and feed it with random pictures of different unrelated things.

Is this approach a good idea, or is there a better way of doing this?

nbro
  • 39,006
  • 12
  • 98
  • 176
Robin
  • 11
  • 1
  • 1
    In the past, we had similar questions, for example, [this](https://ai.stackexchange.com/q/4889/2444), [this](https://ai.stackexchange.com/q/27942/2444) or [this](https://ai.stackexchange.com/q/26729/2444). Let me know if any of those posts is a duplicate of your post. – nbro Jun 23 '21 at 09:51
  • @nbro thank you for these suggestions. They were helpful for my problem :) – Robin Jun 25 '21 at 06:21

0 Answers0