Thanks to visit codestin.com
Credit goes to github.com

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: facebookresearch/detectron2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ivanpp/detectron2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: windows
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 5, 2020

  1. Windows compatibility

    windows compatibility according to: #9 (comment)
    ivanpp committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    d90dd85 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Windows compatibility

    Since most people install CUDA by default
    (e.g. C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\10.1\),
    'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\nvcc'
    cannot be excuted by windows command prompt.
    Modify it from 'path\to\nvcc' to "path\to\nvcc", which can be excuted
    correctly on Windows.
    So the NVCC information can be displayed(not be 'Not Available' any
    more)
    ivanpp committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    468b8f1 View commit details
    Browse the repository at this point in the history
  2. Windows compatibility

    os.getpid is not supported on Windows, and PyTorch distributed currently
    only supports Linux.
    Edit port to any number is OK.
    os.getpid() is supported on Windows, and can generate a port number in a
    deterministic way.
    ivanpp committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    496ca04 View commit details
    Browse the repository at this point in the history
  3. Windows compatibility

    PyTorch distributed only supports Linux currently.
    Set num_devices = 1 directly
    Related issue(maskrcnn-benchmark):
    facebookresearch/maskrcnn-benchmark#280
    ivanpp committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8222fe6 View commit details
    Browse the repository at this point in the history
  4. Merge from facebookresearch/detectron2

    1. misc update in
    docs(b82227f)
    2. unittest for ROIAlign's forward/backward with empty
    box(daef077)
    3. PointRend default values
    fix(a3b71de)
    4. Fix `TRAIN_ON_PRED_BOXES`
    setting(2c5de13)
    ivanpp committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    cd2f10f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    f853719 View commit details
    Browse the repository at this point in the history
  2. Edit .gitignore for Windows

    ivanpp committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    85482b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Merge branch 'master' into windows

    CUDA build error on windows fixed in this patch,
    commit d90dd85 is no longer needed
    ivanpp committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    418a8b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    563646a View commit details
    Browse the repository at this point in the history
  2. Windows compatibility

    localtime_r is not supported in Windows, use localtime_s instead
    ivanpp committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f620ab1 View commit details
    Browse the repository at this point in the history
  3. Windows compatibility

    relative import is not supported on Windows
    ref: #1601 (comment)
    ivanpp committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    32cbe98 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

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

Commits on Aug 28, 2020

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

Commits on Sep 27, 2020

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

Commits on Nov 22, 2020

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

Commits on Apr 2, 2021

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

Commits on Aug 1, 2021

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