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: nostayup/deep-high-resolution-net.pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: leoxiaobin/deep-high-resolution-net.pytorch
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.
  • 11 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 24, 2020

  1. unify addressing to cfg, reuse cfg['MODEL']['EXTRA']

    some data retrieving from cfg looks like retrieving from dict, some like from Namespace's instance or custom class' instance
    "extra" is defined, why does the code ignore it later?
    NickVeld authored and leoxiaobin committed Feb 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9475032 View commit details
  2. Update REAME

    leoxiaobin authored Feb 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf4e9c5 View commit details

Commits on Mar 13, 2020

  1. Update README.md

    welleast authored Mar 13, 2020
    Copy the full SHA
    b73a31e View commit details

Commits on Mar 26, 2020

  1. Update README.md

    welleast authored Mar 26, 2020
    Copy the full SHA
    aaecb0f View commit details
  2. Update README.md

    welleast authored Mar 26, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    be81104 View commit details

Commits on Apr 3, 2020

  1. Re-write demo/inference.py

    * Now can work with multiple person
    * Don't need the docker
    * Force people detection and pose estimation to be executed on same context (gpu or cpu)
    * Add same example output
    gachiemchiep authored and leoxiaobin committed Apr 3, 2020
    Copy the full SHA
    69934d5 View commit details

Commits on Jul 15, 2020

  1. Update README.md

    leoxiaobin authored Jul 15, 2020
    Copy the full SHA
    ba50a82 View commit details

Commits on Apr 12, 2021

  1. Add the HRNet-DEKR link

    welleast authored Apr 12, 2021
    Copy the full SHA
    1ee551d View commit details

Commits on May 19, 2021

  1. Copy the full SHA
    00616df View commit details
  2. update demo/README.md

    CrystalSixone authored and leoxiaobin committed May 19, 2021
    Copy the full SHA
    ce8f362 View commit details

Commits on Dec 14, 2022

  1. Update README.md

    Add implementation of timm and modelscope.
    leoxiaobin authored Dec 14, 2022
    Copy the full SHA
    6f69e46 View commit details
Loading