pythoniosmachine-learningcoremlturi-create

turicreate image classifier for unknown types


I am using truicreate to create mlmodel for my iOS app. My aim is to classify different furnitures. it is working fine, but I want to identify the unknown type i.e. not included in my dataset. Is is possible to find that?

My Ref: https://www.appcoda.com/core-ml-model-with-python/


Solution

  • A classifier can only identify the things that are in your dataset.

    It is possible to add an "unknown" category, but you'll have to add all kinds of different objects to this category (non-furniture objects and furniture that isn't in your main dataset).