Code Monkey home page Code Monkey logo

pmgwithjigsaw's Introduction

Fine-Grained Visual Classification via Progressive Multi-Granularity Training of Jigsaw Patches

This respository is implemnet for latest Version for "Fine-Grained Visual Classification via Progressive Multi-Granularity Training of Jigsaw Patches". This respository don't cause an ERROR

This Project training 3 files at once as a Mixture of Granularity-Specific Experts Convolutional Neural Net and stores Experimental results. additionaly use wandb.

For paper implementations, see the section "Papers and projects".

Framework

Setup the enviroment for evaluation

$cd PMG
$sh test.sh 

Default

Default inference. in python main.py --seed 0 --dataset cub --imgsize 550 --crop 448 --model resnet50 --epochs 300 --batchsize 16 --gpu_ids 0,1.

Datasets

We implemented to load dataset, so It'll work if you just run it. but, CUB dataset needs to be download.

File Structure

├── dataset
│   ├── data
│   │     ├── aircraft
│   │     ├── stanfordcar
│   │     └── cubbird
│   ├── __init__.py
│   ├── augmentataion.py
│   └── etc..
│
├── models
│   ├── __init__.py
│   ├── base.py   
│   ├── grad_cam.py
│   └── local_cam.py
│
├── trainer
│   ├── __init__.py
│   ├── train.py   
│   └── infer.py
│   
├── main.py 
└── etc..

Papers and projects

Name Location Comment
Fine-Grained Visual Classification via Progressive Multi-Granularity Training of Jigsaw Patches link ECCV 2020
Learning a Mixture of Granularity-Specific Experts for Fine-Grained Categorization link ICCV 2019

How to cite

@article = {
    title = {Fine-Grained Visual Classification via Progressive Multi-Granularity Training of Jigsaw Patches},
    author = {Wongi Park},
    journal = {GitHub},
    url = {https://github.com/kalelpark/Latest_Progressive-Multi-Granularity-Training-of-Jigsaw-Patches},
    year = {2022},
}

pmgwithjigsaw's People

Stargazers

 avatar  avatar Wojciech Sylwester avatar  avatar IronMan avatar Park Inhyuk avatar Howard H. Tang avatar

Watchers

Wongi Park 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.