Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization:reimplement demo.py #628

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 31, 2016

  1. Add config vars. to resize images

    - Add `SCALE_MUTIPLES_OF` to make image sizes be multiples of a given number
    Sanghoon Hong committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    0d109f0 View commit details
    Browse the repository at this point in the history
  2. Make anchor ratio to be configurable in a prototxt

    Sanghoon Hong committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    0b7439a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Add bounding box voting

    Sanghoon Hong committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    46405a1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sanghoon Hong committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    450cc1d View commit details
    Browse the repository at this point in the history
  3. Update README.md and downloading script

    Sanghoon Hong committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    4956132 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Configuration menu
    Copy the full SHA
    6b76263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5cce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de03c83 View commit details
    Browse the repository at this point in the history
  4. Update README

    kyehyeon committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    abf4288 View commit details
    Browse the repository at this point in the history
  5. Update README

    kyehyeon committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    300e9e0 View commit details
    Browse the repository at this point in the history
  6. Update README

    kyehyeon committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    6e6f36c View commit details
    Browse the repository at this point in the history
  7. Update README

    kyehyeon committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    568a08c View commit details
    Browse the repository at this point in the history
  8. Update submodule 'caffe'

    - Now it's an up-to-date Caffe with additional layers for Faster R-CNN
    Sanghoon Hong committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    4321a60 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Configuration menu
    Copy the full SHA
    e9d8ae7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Add PVANET ImageNet pretrained models, PVANET-lite models, and their …

    …download scripts; Update README
    kyehyeon committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    c1803f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cbd40c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Add Google Drive download links for PVANET models

    kyehyeon authored and Sanghoon Hong committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    ddf6040 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Update README.md

    Sanghoon Hong committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    d23bf1f View commit details
    Browse the repository at this point in the history
  2. Add training prototxts

    - They're different from the one we've used.
    Sanghoon Hong committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    4799b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Fix a bug in training examples

    Sanghoon Hong committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    7be7250 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Add a hotfix to enable 'average_loss'

    - This bug originates from the py-faster-rcnn code
    Sanghoon Hong committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    5f037cd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Sanghoon Hong committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    b528853 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    39570aa View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Update README.md

    Sanghoon Hong committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    e8440f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    ab76d48 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. aUpdate README.md (adding BibTeX)

    Sanghoon Hong committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    4fc32d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Merge branch 'master' into develop

    Sanghoon Hong committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    b07da75 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Add PVANet 9.1

    - Added new resources in 'models/pvanet'
    - Moved the old resources into 'models/pvanet_obsolete'
    Sanghoon Hong committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    8957e2a View commit details
    Browse the repository at this point in the history
  2. Add weighted box scoring (vote heuristics)

    Sanghoon Hong committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    6815a7f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Sanghoon Hong committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    04ba579 View commit details
    Browse the repository at this point in the history
  4. Add a training example

    Sanghoon Hong committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    44a1428 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Add a prototxt for ImageNet classification (192x192 model)

    Sanghoon Hong committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    69156c4 View commit details
    Browse the repository at this point in the history
  2. Fix PVA9.1 prototxt (eliminated missing layers)

    Sanghoon Hong committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    f3a4773 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Update README.md

    - Added Google Drive links for caffemodels
    Sanghoon Hong committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    d5a41d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Fix README.md

    Sanghoon Hong committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    2c93baa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Update demo.py

    ygren authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    e590825 View commit details
    Browse the repository at this point in the history
  2. Create README.md

    ygren authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    e23be55 View commit details
    Browse the repository at this point in the history