pix2pix
Learns a mapping from input images to output images, like these examples from the original paper:
https://github.com/affinelayer/pix2pix-tensorflow.git
captions
Image caption generation models combine recent advances in computer vision and machine translation to produce realistic image captions using neural networks. Neural image caption models are trained to maximize the likelihood of producing a caption given an input image, and can be used to generate novel image descriptions.
https://github.com/mlberkeley/oreilly-captions.git
网友评论