AWS GPU 환경에서 스타일 변환을 시도했습니다.
3626 단어 StyleTransferGPUAWS
■ 검증 환경(AWS)
■ 환경 설정
$ source activate tensorflow_p27
■ 스타일 변환의 동작 검증
〇STEP.1 모델 작성
$ pip install moviepy
$ git clone https://github.com/lengstrom/fast-style-transfer.git
$ cd fast-style-transfer/
$ ./setup.sh
$ python style.py --style example/style/the_scream.jpg \
--train-path data/train2014 \
--checkpoint-dir checkpoint/ \
--test examples/content/chicago.jpg \
--test-dir examples/content
〇 STEP.2 스타일 변환
$ python evaluate.py --checkpoint-dir checkpoint --in-path input.jpg --out-path output.jpg
$ python transform_video.py --checkpoint-dir checkpoint --in-path input.mp4 --out-path output.mp4
■ 스타일 변환 결과
Reference
이 문제에 관하여(AWS GPU 환경에서 스타일 변환을 시도했습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/m0ch1m0ch1/items/39687c1ab9cc8706756f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)