HR-VITON VS openpose

Compare HR-VITON vs openpose 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)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
HR-VITON openpose
2 36
789 29,902
- 0.9%
4.1 5.1
5 months ago 19 days ago
Python C++
- 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.

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

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.

What are some alternatives?

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

docker-cuda-demo

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

container-images

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

PASTA-GAN-plusplus

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

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

mmpose - OpenMMLab Pose Estimation Toolbox and Benchmark.

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

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.

CIHP_PGN - Code repository for Part Grouping Network, ECCV 2018

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