MegEngine / Models

采用MegEngine实现的各种主流深度学习模型
Other
303 stars 99 forks source link

开源之夏:MegEngine 补充跨模态模型的实现——VQGAN #123

Closed Asthestarsfalll closed 2 years ago

Asthestarsfalll commented 2 years ago

参考实现:taming-transformers

其他:

Asthestarsfalll commented 2 years ago

图像重建结果: image 论文结果: image 还在对齐中

Asthestarsfalll commented 2 years ago

从分割图采样

norway_segmentation 采样过程

https://user-images.githubusercontent.com/72954905/192246208-8f1f7472-3389-433a-8114-c4b1225877f7.mp4

最终结果 norway_sample_2687

Asthestarsfalll commented 2 years ago

Unconditional Sample

CelebA-HQ

image image image

Asthestarsfalll commented 2 years ago

从深度图采样:

深度图: test_depth (1) 采样过程: https://user-images.githubusercontent.com/72954905/198079311-253a101b-52b6-4d40-b305-2b8c8db43011.mp4 采样结果: test_sample_255 (1) 深度图: test_depth 采样过程: https://user-images.githubusercontent.com/72954905/198079454-02547256-0766-4422-ae86-f632436f25a2.mp4 采样结果: test_sample_255

Zhiy-Zhang commented 2 years ago

LGTM