Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add Fast Neural Style to demo #33

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add Fast Neural Style to demo #33

wants to merge 7 commits into from

Conversation

emxuyu
Copy link

@emxuyu emxuyu commented Aug 12, 2020

Added implementation of an artistic style transfer algorithm, which mixes the content of an image with the style of another image.

Copy link

@pepinu pepinu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could not reproduce the functionality, both backends throw an error when loading onnx models.

@@ -17,7 +17,7 @@
"ndarray-resample": "^1.0.1",
"ndarray-squeeze": "^1.0.2",
"ndarray-unpack": "^1.0.0",
"onnxjs": "^0.1.6",
"onnxjs": "file:../Desktop/onnxjs",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What version did you use? Tried the 0.1.6 and 0.1.8 and both crash while initializing the model

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used 0.1.7 — perhaps give that a try?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants