Giter VIP home page Giter VIP logo

animals_image_classification's Introduction

Pet family and breed classification

Technion - Machine Learning and Optimization (097209)

Yotam Martin, Gal Goldstein

Code directory

✓ sign means we built the file from scratch
if no sign the code is from github repos and adjusted by us

.
├── advanced_model_flat.py ----------------------------- ✓ train and inference flat models (breed)
├── advanced_model_hierarchical.py --------------------- ✓ train and inference hierarchical models (breed)
├── basic_model_baseline.py ---------------------------- ✓ train and inference KNN, SVM classifiers 
├── basic_model_structured.py -------------------------- ✓ inference structured FCN+CRF-RNN model
├── crfrnn_keras ---------------------------------------   github repo for training CRF-RNN 
│   ├── cpp
│   │   ├── Makefile
│   │   ├── high_dim_filter.cc
│   │   ├── modified_permutohedral.cc
│   │   └── modified_permutohedral.h
│   ├── crfrnn_layer.py
│   ├── crfrnn_model.py
│   ├── high_dim_filter_loader.py
│   ├── test_gradients.py
│   └── util.py
├── data_advanced_model.csv ---------------------------- ✓ paths to images for advanced part models (windows)
├── data_advanced_model_linux.csv ---------------------- ✓ paths to images for advanced part models (linux)
├── data_basic_model.csv ------------------------------- ✓ paths to images for basic part models (windows)
├── data_basic_model_linux.csv ------------------------- ✓ paths to images for basic part models (linux)
├── neural_structured_learning_adversarial_examples.py - ✓ generate examples for Figure 4 in report
├── neural_structured_learning_model.py ---------------- ✓ train and inference NSL models (creative part)
├── train_CRF-RNN --------------------------------------   github repo for training CRF-RNN 
│   ├── LICENSE
│   ├── README.md
│   ├── TVG_CRFRNN_COCO_VOC_TEST_3_CLASSES.prototxt
│   ├── TVG_CRFRNN_COCO_VOC_TRAIN_3_CLASSES.prototxt
│   ├── convert_labels.py
│   ├── crfasrnn.py
│   ├── data2lmdb.py
│   ├── filter_images.py
│   ├── loss_from_log.py
│   ├── resume_training.py
│   ├── solver.prototxt
│   ├── test_model.py
│   ├── train.py
│   └── utils.py
└── utils.py ------------------------------------------- ✓ aux funcs for augmentations and .csv files

animals_image_classification's People

Contributors

galgoldstein avatar yotammarton avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.