prisma-ai / torch2coreml

Torch7 -> CoreML
MIT License
384 stars 54 forks source link

Commercial use of models #19

Open wesleymds opened 6 years ago

wesleymds commented 6 years ago

Hi! First of all, congratulations for this project.

I have a simple question about the use of it. Considering that it is a open source project and in the short tutorial it was mentioned that all models are open source as well, I'm a little confused because all Justin Johnson’s pre-trained models are marked as free for personal or research use. If the models are not open source, would you suggest any other open source models in torch7 that are compatible? Thank you in advance.

opedge commented 6 years ago

Hi! Thanks! I think you'll need to train your own models to use in commercial application. You can do it with code from Just Johnson's work or any other related implementations. The results are repeatable, also you can create your own new styles.

wesleymds commented 6 years ago

I don't think I can train my own models using code from fast-neural-style of Just Johnson either, because that would also be restricted for non-commercial use. Also, I wasn't able to find any implementation in torch7 producing .t7 models which I could use with this project. Do you know about any other implementation that work with .t7 models? Thank you again.