GithubHelp home page GithubHelp logo

lowryyyy / reid-pcb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from valhongli/reid-pcb

0.0 1.0 0.0 50 KB

reproducing paper Beyond Part Models: Person Retrieval with Refined Part Pooling

Python 100.00%

reid-pcb's Introduction

Beyond Part Models: Person Retrieval with Refined Part Pooling

This project tries to reproduce paper Beyond Part Models: Person Retrieval with Refined Part Pooling, and now is in processing.

Current Results

In Market-1501:

mAP (%) Rank-1(%)
Market-1501(paper, PCB) 77.30 92.40
Market-1501(paper, +RPP) 81.60 93.80
Market-1501 74.03 89.43

Usage

usage: main.py [-h] [--params-filename PARAMS_FILENAME] [--use-gpu USE_GPU]
               [--world-size WORLD_SIZE] [--dist-url DIST_URL]
               [--dist-rank DIST_RANK] [--last-conv LAST_CONV]
               [--batch-size BATCH_SIZE] [--num-workers NUM_WORKERS]
               [--load-once LOAD_ONCE] [--epoch EPOCH] [--stage STAGE]
               [--test-type TEST_TYPE] [--rpp-std RPP_STD]
               [--conv-std CONV_STD]

Person Re-Identification Reproduce

optional arguments:
  -h, --help            show this help message and exit
  --params-filename PARAMS_FILENAME
                        filename of model parameters.
  --use-gpu USE_GPU     set 1 if want to use GPU, otherwise 0. (default 1)
  --world-size WORLD_SIZE
                        number of distributed processes. (default 1)
  --dist-url DIST_URL   the master-node's address and port
  --dist-rank DIST_RANK
                        rank of distributed process. (default 0)
  --last-conv LAST_CONV
                        whether contains last convolution layter. (default 1)
  --batch-size BATCH_SIZE
                        training data batch size. (default 64)
  --num-workers NUM_WORKERS
                        number of workers when loading data. (default 20)
  --load-once LOAD_ONCE
                        load all of data at once. (default 0)
  --epoch EPOCH         number of epochs. (default 60)
  --stage STAGE         running stage. train, test or all. (default train)
  --test-type TEST_TYPE
                        model type when testing. pcb, rpp or fnl. (default
                        pcb)
  --rpp-std RPP_STD     standard deviation of initialization of rpp layer.
                        (default 0.01)
  --conv-std CONV_STD   standard deviation of initialization of conv layer.
                        (default 0.001)

reid-pcb's People

Contributors

genkunabe avatar

Watchers

James Cloos 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.