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

Fast rcnn #5

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

Fast rcnn #5

wants to merge 24 commits into from

Commits on Jul 9, 2015

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

Commits on Aug 7, 2015

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

Commits on Aug 8, 2015

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

Commits on Aug 13, 2015

  1. Configuration menu
    Copy the full SHA
    722c433 View commit details
    Browse the repository at this point in the history
  2. Updating BatchProviderROI

    fmassa committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    58074c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Configuration menu
    Copy the full SHA
    f1c256f View commit details
    Browse the repository at this point in the history
  2. Almost working

    fmassa committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    3bf8968 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. Basic test for FRCNN

    fmassa committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    7c9ad2e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Fix bug in ROIPooling

    fmassa committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    5819a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f245f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf614a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

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

Commits on Aug 19, 2015

  1. Cleaning up and fix in test

    fmassa committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    05d8ad6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Add gitignore

    fmassa committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    3e10973 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. Configuration menu
    Copy the full SHA
    ffaf0f2 View commit details
    Browse the repository at this point in the history
  2. Fix bug in BatchProviderROI

    fmassa committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    6836ca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Configuration menu
    Copy the full SHA
    4ce9107 View commit details
    Browse the repository at this point in the history
  2. Force rois to be in cpu

    GPU single element access is much slower
    fmassa committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    aac63f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Fix wrong batch-size

    fmassa committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    7b8b8e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. Modifications in the training procedure

    Trying to mimic exactly Caffe's SGD
    fmassa committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    4a46bd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. fix bug in nms

    szagoruyko committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    4d0d46a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from szagoruyko/fast-rcnn

    fix bug in nms
    fmassa committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    2f3c563 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. Fix BatchProviderROI incorrect super constructor invokation

    so the  BatchProviderROI inherited fields can be properly saved by torch.save
    Tingfan Wu committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    154313c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from 0wu/fast-rcnn

    Fix BatchProviderROI incorrect super constructor invokation
    fmassa committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    9c3e73f View commit details
    Browse the repository at this point in the history