文件名称:multimodal_style_transfer:实施文件“多式联运
文件大小:233.6MB
文件格式:ZIP
更新时间:2024-05-22 09:26:17
JupyterNotebook
深层神经风格转换 这是Wang等人的论文的PyTorch实现。 用法 $ git clone https://github.com/FeliMe/multimodal_style_transfer.git 转移方式 如果您只想将网络与经过预先训练的模型一起使用,请打开“ transform_image.ipynb”(或“ transform_video.ipynb”),从/ images文件夹中选择模型和图像(或使用您自己的)并运行笔记本。 火车 如果要在样式图像上训练自己的模型,则首先需要下载,将其存储在克隆此项目的目录中的“ / coco /”文件夹中。 然后使用“ train_multimodal.ipynb”。 您可能需要根据样式图像来调整STYLE_WEIGHTS。 例子 风格 输出样式子网 输出增强子网 输出优化子网 修补 尖叫声 静物 混合的 实施细节 在此实现中
【文件预览】:
multimodal_style_transfer-master
----.ipynb_checkpoints()
--------train_multimodal_net-checkpoint.ipynb(17KB)
--------transform_image-checkpoint.ipynb(4KB)
--------transform_video-checkpoint.ipynb(4KB)
----.DS_Store(10KB)
----train_multimodal_net.ipynb(17KB)
----enhance_subnet.py(3KB)
----models()
--------refine_subnet_scream.pt(4.16MB)
--------.DS_Store(6KB)
--------style_subnet_mixed_still_life_starry_night.pt(5.69MB)
--------enhance_subnet_scream.pt(30.1MB)
--------style_subnet_scream.pt(5.69MB)
--------refine_subnet_picasso.pt(4.16MB)
--------refine_subnet_still_life.pt(4.16MB)
--------style_subnet_patch.pt(5.69MB)
--------style_subnet_still_life.pt(5.69MB)
--------enhance_subnet_patch.pt(30.1MB)
--------enhance_subnet_picasso.pt(30.1MB)
--------style_subnet_picasso.pt(5.69MB)
--------enhance_subnet_starry_night.pt(30.1MB)
--------style_subnet_starry_night.pt(5.69MB)
--------refine_subnet_mixed_still_life_starry_night.pt(4.16MB)
--------enhance_subnet_still_life.pt(30.1MB)
--------refine_subnet_patch.pt(4.16MB)
--------enhance_subnet_mixed_still_life_starry_night.pt(30.1MB)
--------refine_subnet_starry_night.pt(4.16MB)
----generated_images()
--------multimodal_scream_1024.jpg(49KB)
--------multimodal_patch_256.jpg(15KB)
--------multimodal_still_life_256.jpg(14KB)
--------multimodal_starry_night_256.jpg(16KB)
--------multimodal_mixed_still_life_starry_night_1024.jpg(52KB)
--------multimodal_still_life_512.jpg(48KB)
--------multimodal_patch_512.jpg(53KB)
--------multimodal_scream_256.jpg(13KB)
--------multimodal_mixed_still_life_starry_night_512.jpg(51KB)
--------multimodal_diff_256_orig.jpg(13KB)
--------multimodal_patch_1024.jpg(51KB)
--------multimodal_diff_1024_512.jpg(9KB)
--------multimodal_mixed_still_life_starry_night_256.jpg(18KB)
--------multimodal_starry_night_512.jpg(71KB)
--------multimodal_picasso_256.jpg(9KB)
--------multimodal_picasso_512.jpg(31KB)
--------multimodal_still_life_1024.jpg(47KB)
--------multimodal_picasso_1024.jpg(31KB)
--------multimodal_scream_512.jpg(50KB)
--------multimodal_diff_512_256.jpg(38KB)
--------multimodal_starry_night_1024.jpg(74KB)
----styles()
--------.DS_Store(6KB)
--------still_life_with_skull.jpg(357KB)
--------diebenkorn.JPG(423KB)
--------starry_night.jpg(560KB)
--------patch.jpg(115KB)
--------picasso.jpg(112KB)
--------forest.jpg(289KB)
--------At_the_End_of_the_Day.jpg(141KB)
--------scream.jpg(361KB)
--------wave.jpg(1.28MB)
--------hat_guy.jpg(180KB)
--------forest1024.jpg(268KB)
----images()
--------.DS_Store(6KB)
--------neckarfront.jpg(397KB)
--------budapest1.jpg(303KB)
--------lenbachhaus.jpeg(226KB)
--------elephant.jpg(213KB)
--------zebra.jpg(144KB)
--------camera.jpg(254KB)
--------kitty.jpg(190KB)
--------maja.jpg(210KB)
--------robot.jpg(240KB)
----utils.py(4KB)
----log_data()
--------.DS_Store(6KB)
--------dummy.txt(56B)
----generated_videos()
--------original_vid_starry_night.mp4(164KB)
--------original_vid_still_life.mp4(164KB)
--------generated_vid_scream.mp4(1.14MB)
--------generated_vid_starry_night.mp4(1.9MB)
--------generated_vid_still_life.mp4(1.21MB)
--------original_vid_scream.mp4(164KB)
----style_subnet.py(4KB)
----layer_utils.py(3KB)
----transform_video.ipynb(4KB)
----refine_subnet.py(2KB)
----README.md(3KB)
----__pycache__()
--------enhance_subnet.cpython-36.pyc(2KB)
--------utils.cpython-36.pyc(3KB)
--------layer_utils.cpython-36.pyc(4KB)
--------style_subnet.cpython-36.pyc(3KB)
--------refine_subnet.cpython-36.pyc(2KB)
----transform_image.ipynb(4KB)