Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-mmlab/mmdetection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SwinTransformer/Swin-Transformer-Object-Detection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 54 files changed
  • 4 contributors

Commits on Apr 12, 2021

  1. Add amp support

    impiga committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    c449d02 View commit details
    Browse the repository at this point in the history
  2. Add Swin Transformer model

    impiga committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    33e752a View commit details
    Browse the repository at this point in the history
  3. Add Swin Transformer configs

    impiga committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    e265f4f View commit details
    Browse the repository at this point in the history
  4. Update requirements & LICENSE

    impiga committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8a885ac View commit details
    Browse the repository at this point in the history
  5. Update README.md

    impiga committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    455a0b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Fix link

    impiga authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d2ee4c8 View commit details
    Browse the repository at this point in the history
  2. Refactor amp runner

    impiga committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    02baa30 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Add MoBY results

    impiga committed May 11, 2021
    Configuration menu
    Copy the full SHA
    78a0a87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d861c View commit details
    Browse the repository at this point in the history
  3. Update README

    impiga committed May 11, 2021
    Configuration menu
    Copy the full SHA
    444e23c View commit details
    Browse the repository at this point in the history
  4. Fix drop path rate

    impiga committed May 11, 2021
    Configuration menu
    Copy the full SHA
    7810b89 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32 from impiga/master

    MoBY with Swin Transformer
    impiga authored May 11, 2021
    Configuration menu
    Copy the full SHA
    41bb93f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update README.md

    zeliu98 authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6a979e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Fix outdated URL

    impiga authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    461e003 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

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

Commits on Aug 22, 2022

  1. Update random_sampler.py (#191)

    Temporary fix for torch.randperm, from: #5014
    K-H-Ismail authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c7b2011 View commit details
    Browse the repository at this point in the history
Loading