You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "showResults.ipynb" is used to display the result of image classification with GUI. But the order of image could vary in different cases because of the variable: "imgDict". Due to the fact that imgDict is an dictionary, the order of its key value is not fixed, just like the following 2 pictures shows
the following 2 pages shows. However, the results viewer UI would display the pictures following the order of imgDict. So the label and image may not correspond to the prediction result and scores.
The "showResults.ipynb" is used to display the result of image classification with GUI. But the order of image could vary in different cases because of the variable: "imgDict". Due to the fact that imgDict is an dictionary, the order of its key value is not fixed, just like the following 2 pictures shows
the following 2 pages shows. However, the results viewer UI would display the pictures following the order of imgDict. So the label and image may not correspond to the prediction result and scores.