openpose VS HR-VITON

Compare openpose vs HR-VITON and see what are their differences.

HR-VITON

Official PyTorch implementation for the paper High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions (ECCV 2022). (by sangyun884)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
openpose HR-VITON
36 2
29,867 783
1.6% -
5.1 4.1
11 days ago 5 months ago
C++ Python
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

openpose

Posts with mentions or reviews of openpose. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-25.

HR-VITON

Posts with mentions or reviews of HR-VITON. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-12.
  • Accelerate Machine Learning Local Development and Test Workflows with Nvidia Docker
    6 projects | dev.to | 12 Feb 2023
    FROM tensorflow/tensorflow:1.15.5-gpu-py3 # Handle Nvidia public key update and update repositories for Ubuntu 18.x. #https://github.com/sangyun884/HR-VITON/issues/45 # reference: https://jdhao.github.io/2022/05/05/nvidia-apt-repo-public-key-error-fix/ RUN rm /etc/apt/sources.list.d/cuda.list RUN rm /etc/apt/sources.list.d/nvidia-ml.list RUN apt-key del 7fa2af80 # Additional reference: https://gitlab.com/nvidia/container-images/cuda/-/issues/158 RUN export this_distro="$(cat /etc/os-release | grep '^ID=' | awk -F'=' '{print $2}')" \ && export this_version="$(cat /etc/os-release | grep '^VERSION_ID=' | awk -F'=' '{print $2}' | sed 's/[^0-9]*//g')" \ && apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/cuda/repos/${this_distro}${this_version}/x86_64/3bf863cc.pub" \ && apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/machine-learning/repos/${this_distro}${this_version}/x86_64/7fa2af80.pub" # get the latest version of OpenCV RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive \ apt-get install -y -qq \ wget git libopencv-dev RUN python -m pip install --upgrade pip && \ pip install matplotlib opencv-python==4.5.4.60 Pillow scipy \ azure-eventhub azure-eventhub-checkpointstoreblob-aio ipykernel WORKDIR /
  • Need some suggestions about garment to person virtual try on
    2 projects | /r/computervision | 1 Feb 2023
    Developing a garment to person virtual try on app, by far, the best results I could find is HR-VITON, another one is pasta-gan++(lower resolution, but should be acceptable after scale up). I have studied the papers of Gaugan

What are some alternatives?

When comparing openpose and HR-VITON you can also consider the following projects:

mediapipe - Cross-platform, customizable ML solutions for live and streaming media.

docker-cuda-demo

AlphaPose - Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System

container-images

detectron2 - Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

PASTA-GAN-plusplus

mmpose - OpenMMLab Pose Estimation Toolbox and Benchmark.

APDrawingGAN - Code for APDrawingGAN: Generating Artistic Portrait Drawings from Face Photos with Hierarchical GANs (CVPR 2019 Oral)

lightweight-human-pose-estimation.pytorch - Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.

concept-ablation - Ablating Concepts in Text-to-Image Diffusion Models (ICCV 2023)

BlazePose-tensorflow - A third-party Tensorflow Implementation for paper "BlazePose: On-device Real-time Body Pose tracking".

CIHP_PGN - Code repository for Part Grouping Network, ECCV 2018