Open mpaglia0 opened 2 years ago
Hi @mpaglia0 , I think this won't work since the labels are already ordered by the confidence score the network predicts. It might be that you have labels with a corresponding score like: walk = 0.999, running =0.993, sport = 0.992, runner = 0.983, fitness = 0.980, a.s.o. An ordering first by score and maybe second by name would result in no order change. If we sort, on the other hand, only by name, then a neural network would be useless.
Is it possible to have labels alphabetically ordered? I think it will be comfortable when labels returned are very similar (for example 'run', 'running' and 'runner'). Thanks