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: oztc/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.
  • 13 commits
  • 16 files changed
  • 6 contributors

Commits on Feb 1, 2020

  1. add demo code (leoxiaobin#161)

    * add demo code
    
    * demo code review update: use BGR for pose model
    
    * demo code review update 2
    alex9311 authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    e00377a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    leoxiaobin authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    015c946 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    9475032 View commit details
    Browse the repository at this point in the history
  2. Update REAME

    leoxiaobin authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bf4e9c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Update README.md

    welleast authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b73a31e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Update README.md

    welleast authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    aaecb0f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    welleast authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    be81104 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    69934d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Update README.md

    leoxiaobin authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ba50a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Add the HRNet-DEKR link

    welleast authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1ee551d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    00616df View commit details
    Browse the repository at this point in the history
  2. update demo/README.md

    CrystalSixone authored and leoxiaobin committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ce8f362 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Update README.md

    Add implementation of timm and modelscope.
    leoxiaobin authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6f69e46 View commit details
    Browse the repository at this point in the history
Loading