Pre-Trained Imagenet based two class 2D T-SNE plot using Openframeworks.
Two Classes images Clustering using pre-trained Imagenet model(VGG16).
- This program can used to check sanity of ground truth of directory-labeled data.
- Blue Box: class1 datas from good directory.
- Red Box: class2 datas from bad directory.
- Enter your images to good & bad folder.
- run Xcode program.
- Control the GUI screen's Scale slider for entire Scale of t-sne plot.
- Control the GUI screen's ImageSize slider for each images size.
- OpenFrameworks 0.10.1
- ofxCcv
- ofxGUI
- ofxTSNE
- XCode 10.12.x
- OSX Mojave
original code from https://github.com/genekogan/ofxTSNE.git