conda

    [conda] environment.yaml 파일 뽑아내기?!

    간단하다! 사용하던 환경에 activate 해준다. conda activate 가상환경이름 그 후 conda env export > environment.yaml 혹은 conda env export --no-builds | grep -v “prefix” > environment.yml 이렇게 입력한다면 본인의 conda 환경에서의 의존성들이 environment.yaml 파일로 나오게 된다!

    [AI] MobileFaceSwap 환경 설정 2

    지난 포스트에서 필요한 환경 설정이 완료되었으니 이번에는 추론을 해볼 것이다. https://github.com/Seanseattle/MobileFaceSwap GitHub - Seanseattle/MobileFaceSwap: MobileFaceSwap: A Lightweight Framework for Video Face Swapping (AAAI 2022) MobileFaceSwap: A Lightweight Framework for Video Face Swapping (AAAI 2022) - GitHub - Seanseattle/MobileFaceSwap: MobileFaceSwap: A Lightweight Framework for Video Face Swapping (AAAI 2022) gith..

    [AI] MobileFaceSwap 환경 세팅

    https://www.youtube.com/watch?v=utZgq994Kds 위 유튜브에서 처음 접한 MobileFaceSwap을 사용하기 위해서 환경을 설정해보자. https://github.com/Seanseattle/MobileFaceSwap GitHub - Seanseattle/MobileFaceSwap: MobileFaceSwap: A Lightweight Framework for Video Face Swapping (AAAI 2022) MobileFaceSwap: A Lightweight Framework for Video Face Swapping (AAAI 2022) - GitHub - Seanseattle/MobileFaceSwap: MobileFaceSwap: A Lightweight ..