Pix2Pix || Paired Image to Image Translation || Developers Hutt

preview_player
Показать описание
Image to image translation is the same as the language translation where you take an input image X instead of a word or sentence and convert it into another form.
In 2016, researchers published a breakthrough paper for image translation along with a software name Pix2Pix.
In this video, you'll see how it works and how you can create it from scratch on any dataset you want.

Please let me know if I missed anything by mistake and as always
Thanks for watching.

If you make some improvement or want to improve readme for other users, consider contributing to the repo.

Stay connected for more deep learning content:
Рекомендации по теме
Комментарии
Автор

Amazing, continue uploading advance deep learning video, can you make video on view synthesis ?

navinbondade
Автор

Very well done, 👍, have you done anything similar using pytorch

ShravanKumar
Автор

can I use this code for creating RGB to grayscale images?

anonnozahir
Автор

You are importing like that :"from keras.models import ...." but with Tensorflow 2 we are supposed to import like that " from tensorflow.keras.models import ...." So i am confused whether you are coding in Tensorflow 1 or Tensorflow 2 ? Can someone help me figure out what's wrong ?

pseudounknow