본문 바로가기

AI/pose with style24

Pose with style - dataset C-VTON https://github.com/benquick123/C-VTON GitHub - benquick123/C-VTON: C-VTON: Context-Driven Image-Based Virtual Try-On Network C-VTON: Context-Driven Image-Based Virtual Try-On Network - GitHub - benquick123/C-VTON: C-VTON: Context-Driven Image-Based Virtual Try-On Network github.com virtual try on 모델을 사용해서 가상의 옷을 입을수 있으며 데이터는 pose with style에서도 사용이 가능하다. 데이터를 구매할수 있는곳 [Dress-Code] 53792 ga.. 2023. 2. 19.
Pose with Style - installation installation 1.Ubuntu 20.04 글상자 위주로 진행 권장 -usb bootable로 만들어서 설치함 -pose with style 호환을 위해 20.04를 선택 update 20.04.5 $ sudo passwd root $ sudo apt-get update $ apt-get install wget 2.visual studio code 편하게 작업하기 위해 설치했음 3.anaconda linux https://www.anaconda.com/products/distribution latest : https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh 유효성 검사 $ sha256sum Anaconda3-2022.10-Lin.. 2023. 2. 17.
YOLO V7 - installation installation os : windows 10 anaconda latest version https://www.anaconda.com/ conda create -n yolov7 python=3.8 conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia git clone https://github.com/WongKinYiu/yolov7.git pip install -r requirements.txt 환경 구축과 기본 설치가 끝나면 확인을 한다 (yolov7) E:\AI\yolov7>conda --version conda 22.11.1 (yolov7) E:\AI\yolov7>python --version Py.. 2023. 2. 16.
Detection Human and garments Self Correction for Human Parsing 즉시 사용 가능한 휴먼 파싱 표현 추출기. https://github.com/GoGoDuck912/Self-Correction-Human-Parsing 2023. 2. 15.