Hello All,
I was wondering if its possible to do image classification in two stages similar to the problem discussed by @Rohitagarwal257 described here multi-level image classification.
Briefly, i’m trying to train a model in multi-stages where stage 1 model identifies an item to a category and base on the outcome
stage 2 proceeds to do a identification within each group seperated by stage 1 into sub-categories… i.e. the outcomes in stage one determines the outcome in stage 2.