# deep_dream_tensorflow **Repository Path**: wangziyan1/deep_dream_tensorflow ## Basic Information - **Project Name**: deep_dream_tensorflow - **Description**: An implement of google deep dream with tensorflow - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deep_dream_tensorflow An implement of google deep dream with tensorflow. Detailed description can be found [here](http://blog.csdn.net/accepthjp/article/details/77882814) Demo:

# Requirement - Python3 - OpenCV - tensorflow 1.0 # Usage -python3 main.py --input {input path} --output {output path} If you don't input any image, it will generate a dream image with noise. # Tips Gradient ascent region has uncertainty, even same image with same parameters can generate different pictures.

Larger "iter_num" means a more surprising and more different image.

larger receptive field means more semantic information.

To different image, best parameters are different.