CNN feature visualization 본문
https://github.com/keplr-io/quiver
Keras CNN 모델의 activation을 손쉽게 시각화해주는 툴
1. 환경구축 및 설치
pip install quiver_engine 또는
pip install git+git://github.com/keplr-io/quiver.git 으로 설치 시 케라스, 텐서플로 최신버전으로 설치됨
가상환경 새로 파서 keras, tensorflow, flask, flask_cors, gevent, numpy, pillow 개별적으로 설치함
2. 실행
file_utils.py에서 scipy.misc의 imsave 함수가 제대로 실행이 안됨 그래서 imageio 설치후 imageio.imwrite로 대체함
본인 모델 및 웨이트 파일 불러오고 실행
실행 결과
'ML & DL > 이것저것..' 카테고리의 다른 글
Darknet YOLO 모델 Keras 모델로 변환하기 (8) | 2019.12.06 |
---|---|
Object Detection: Darknet을 이용한 YoLoV3 학습하기 (3) | 2019.11.25 |
RetinaNet을 이용한 Object Detection (0) | 2019.10.23 |
Keras에서 tensorflow 함수 사용하기 (0) | 2019.02.26 |
ResNet50 구현해보기 (4) | 2019.01.23 |
Comments