YoshikawaMasashi / pano

Panoramic Image Drawing Software (Work in progress)
0 stars 0 forks source link

Neural Style Transfer #11

Open YoshikawaMasashi opened 2 years ago

YoshikawaMasashi commented 2 years ago
YoshikawaMasashi commented 2 years ago

https://github.com/lengstrom/fast-style-transfer https://github.com/titu1994/Neural-Style-Transfer

YoshikawaMasashi commented 2 years ago

やはりmagentaのをベースにやるのが妥当そう

YoshikawaMasashi commented 2 years ago

magentaは事前学習をすることで、任意のスタイル画像に対して、速い計算が可能なアプローチになっていて、他のOSSの実装とは、違ってよいのだが、環境構築ができなかった。 手法は理解したので、他のOSS実装をベースにやっていくというのが良いと思った。

そもそも速度は置いておいてパノラマ版Neural Style Transferが作れるかも不明なのでそこから検証する必要がある。

パノラマ版畳み込みの実装 https://github.com/palver7/EquiConvPytorch

YoshikawaMasashi commented 2 years ago

そもそもjsに移植せずに、node.jsのpython-shellをやるのがとりあえずは現実的だと思われる。

YoshikawaMasashi commented 2 years ago

手元の環境でローカルでtensorflowをインストールをすることができなかったので、やはりwebglとかに移植する必要がありそう