https://github.com/progamergov/neural-detail
https://github.com/progamergov/neural-detail
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/progamergov/neural-detail
- Owner: ProGamerGov
- Created: 2016-12-02T23:33:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T05:55:03.000Z (over 9 years ago)
- Last Synced: 2025-02-14T12:17:50.396Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# It doesn't work yet
# Neural-Detail
The plan is for a script that will sequentually increase Neural-Style's output size so that the final output will be different than the normal output at the final output size.
# Requirement
You should have [Neural-Style](https://github.com/jcjohnson/neural-style/) first!
# Usage
Copy this script to neural-style directory, then run:
`./Neural-Detail.sh $input_file $style_image`
If you face a permission error, try using chmod to fix the issue:
`chmod u+x ./Neural-Detail.sh`