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/mmsegmentation Loading
base: master
Choose a base ref
...
head repository: MeowZheng/mmsegmentation Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 20 files changed
  • 9 contributors

Commits on Jan 9, 2023

  1. [Feature] Support Delving into High-Quality Synthetic Face Occlusion …

    …Segmentation Datasets #2194
    
    * add custom dataset
    
    * add face occlusion dataset
    
    * add config file for occlusion face
    
    * fix format
    
    * update prepare.md
    
    * formatting
    
    * formatting
    
    * fix typo error for doc
    
    * update downloading process
    
    * Update dataset_prepare.md
    
    PR fix version to original repository. change to original repository.
    jinwonkim93 authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e5b53c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c49203 View commit details
    Browse the repository at this point in the history
  3. [CI] Add torch1.13 checking in CI #2331

    add torch1.13 in ci
    
    remove coverage and fix cuda version
    xiexinch authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e258d5e View commit details
    Browse the repository at this point in the history
  4. [FIX] fixing bug in test_cfg for U-Net _base_ script

    tuples were required as default input, but int was given
    smttsp authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    64728e9 View commit details
    Browse the repository at this point in the history
  5. [Fix] Fix KNet IterativeDecodeHead bug in v0.x branch #2333

    * add comment
    MengzhangLI authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e1c7dc5 View commit details
    Browse the repository at this point in the history
  6. Fixed deadlock issue related with MMSegWandbHook

    Co-authored-by: WangYudong <[email protected]>
    2 people authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ef92218 View commit details
    Browse the repository at this point in the history
  7. [Fix]Fix the deprecation of np.float and fix ci configuration (#2451)

    ## Motivation
    
    1. numpy from 1.24 deprecated the aliases np.object, np.bool, np.float,
    np.complex, np.str, and np.int
    https://numpy.org/devdocs/release/1.24.0-notes.html
    
    2. timm needs to pytorch>=1.7, so ignore test timm in pytorch 1.5 and
    1.6
    
    3. Remove install pillow as it doesn't test torchvision < 0.5
    
    ## Modification
    
    1. np.float->np.float32
     
    2. torch >= '1.7.0' -> matrix.torch != '1.5.1+cu101' && matrix.torch !=
    '1.6.0+cu101' (as '1.10' < '1.7'
    
    3. Remove install pillow
    MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6575de5 View commit details
    Browse the repository at this point in the history
  8. Add high quality synthetic face occlusion dataset link to readme. (#2453

    )
    
    ## Motivation
    
    Add link for high quality synthetic face occlusion dataset.
    
    ## Modification
    
    readme.md
    jinwonkim93 authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a81486e View commit details
    Browse the repository at this point in the history
  9. Fix the docstring error in the class PascalContextDataset59 (#2450)

    ## Motivation
    
    The docstring in the class PascalContextDataset59 is misleading. Try to fix it.
    
    ## Modification
    
    The docstring in the class PascalContextDataset59 is changed.
    Spritea authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4acd4c9 View commit details
    Browse the repository at this point in the history
  10. [Projects] Add 'Projects/' folder, and the first example project in 0…

    ….x (#2457)
    
    ## Motivation
    
    Introducing new models and features into OpenMMLab's algorithm libraries
    has long been complained to be troublesome due to the rigorous
    requirements on code quality, which could hinder the fast iteration of
    SOTA models and might discourage potential contributors from sharing
    their latest outcome here.
    
    Ref: #2412
    
    ## Modification
    
    This PR adds a new `projects/` folder, which will be a place for some
    experimental models/features. Implementations inside might be not quite
    perfect but already fine to produce some exciting results. We hope that
    this PR can help us better embrace the contribution from our community.
    We also add the first example project to illustrate what we expect a
    good project to have.
    xiexinch authored and MeowZheng committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    651fb64 View commit details
    Browse the repository at this point in the history
Loading