An open API service indexing awesome lists of open source software.

https://github.com/progamergov/neural-detail


https://github.com/progamergov/neural-detail

Last synced: about 1 year ago
JSON representation

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`