HemingwayLee / resnet-pca-showcase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resnet-pca-showcase

  • It demonstrates the dimensionality reduction of extracted features with ResNet
    • Similar images will be close to each other

pca

How to run

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 run.py

About


Languages

Language:Python 53.7%Language:HTML 39.8%Language:Shell 5.6%Language:Dockerfile 0.9%