Image Colorization Using GANs | Deep Learning | TensorFlow | Python

  Рет қаралды 18,575

Coderz Den

Coderz Den

Күн бұрын

Пікірлер: 76
@coderzden
@coderzden 3 жыл бұрын
Please like 👍, Share 🗣 and Subscribe 🙌
@chrisp.784
@chrisp.784 3 жыл бұрын
Thank you so much! I am working on a thesis project related to picture colorization, your video saves me a lot of time!!
@coderzden
@coderzden 3 жыл бұрын
Thank you very much, it means a lot 😊
@phanindardadwai8960
@phanindardadwai8960 18 күн бұрын
Hello, are you done with the project?
@baravkarprem6412
@baravkarprem6412 Жыл бұрын
This was really a superb implementation of GAN. How can we save this model into a h5 file? can you please make a video on it how to save and load GAN models?
@coderzden
@coderzden Жыл бұрын
Sure...trying my best to do it soon 🔜
@peliculasperdidasyencontra5059
@peliculasperdidasyencontra5059 Жыл бұрын
Can you help me build a computer that will colorize?
@thuongnguyenvan4743
@thuongnguyenvan4743 2 жыл бұрын
Thanks for the tutorial, I got a question though.. I want to save the model so I coded "generator.save". But i can't load the model. Tks
@coderzden
@coderzden 2 жыл бұрын
No worries 👍 Yes, you are doing it right way. I would need to have a look at your implementation to help you.
@ttymmyc1121
@ttymmyc1121 2 жыл бұрын
Really great work here. But I get one question, how to draw a curve on training/validation loss in this notebook? Thanks
@coderzden
@coderzden 2 жыл бұрын
Thank you very much, as per my understanding you can draw the curve by storing the losses in a particular data structure or you can use the checkpoints and then by using them you can make the curve. Thank you
@ethos4066
@ethos4066 2 жыл бұрын
Thanks for the tutorial, I got a question though.. Where in the code do you train the discriminator twice? I see that you call it once just as you called the generator once.
@coderzden
@coderzden 2 жыл бұрын
Thank you very much, Yes you have figure out right, discriminator would be trained along side generator for same number of times. They both would be called once, one after another in the train_step() function, it's just their architecture which differs only.
@YaroslavaMykhailenko
@YaroslavaMykhailenko Жыл бұрын
Hello! Really good video, thank you! I have a question, can we output a metric - accuracy on each epoch when training a model? If yes, could you explain how to implement, I really interested)
@coderzden
@coderzden Жыл бұрын
Thank you 😇 Yes workout a bit with the training function to print the loss...
@adithyareddy4382
@adithyareddy4382 2 жыл бұрын
it is showing "Sorry, the file you have requested does not exist" Dataset is not available to download Please upload the dataset,update the new link
@coderzden
@coderzden 2 жыл бұрын
Dataset link has been uploaded in the description. Please like 👍, Share 🗣 and Subscribe 🙌
@ycl1999
@ycl1999 2 жыл бұрын
How long does it take to train the model? Can colab run successfully without an upgrade?
@coderzden
@coderzden 2 жыл бұрын
Yes colab would be able to run it successfully...might take around 3 to 4 hours.
@SameerJanu-gq6vn
@SameerJanu-gq6vn Жыл бұрын
Really a good project and wonderful work ..but unable to open in github and collab notebook.can you provide new links
@coderzden
@coderzden Жыл бұрын
Aren't the file links in the description or comments working for you?
@aureusyp
@aureusyp Ай бұрын
@@coderzden the link of dataset, please update
@ganapathisubramanyamjayam
@ganapathisubramanyamjayam 3 жыл бұрын
great work sir, could you please make a implementation video on super gans?
@coderzden
@coderzden 3 жыл бұрын
Thank you very much, it means a lot 😊 OK, I would try to make one.
@selvamanisaravanan4773
@selvamanisaravanan4773 11 ай бұрын
how do i measure accuracy
@coderzden
@coderzden 11 ай бұрын
Using the loss/error given by discriminator (whether the given image was discriminated as actual or non actual by the discriminator)
@anuran6180
@anuran6180 3 жыл бұрын
Hello Sir - Can you provide me the link for your dataset I am trying to open your Collab Notebook but it is opening with a white screen so it will be helpful if you provide me the link
@mehmeteskandari3776
@mehmeteskandari3776 3 жыл бұрын
the dataset link doesn't work
@coderzden
@coderzden 3 жыл бұрын
Sure, you may use the GitHub link to download the notebook locally : github.com/OvaizAli/Image-Colorization-using-GANs
@coderzden
@coderzden 3 жыл бұрын
@@mehmeteskandari3776 Sure, you may use the GitHub link to download the notebook locally : github.com/OvaizAli/Image-Colorization-using-GANs
@anuran6180
@anuran6180 3 жыл бұрын
@@coderzden Yes sir I did the same but whenever I click on the download option of the dataset it redirects me to the Google drive showing file doesn't exist
@coderzden
@coderzden 2 жыл бұрын
@@anuran6180 Dataset link has been placed in the video description. Please like 👍, Share 🗣 and Subscribe 🙌
@AnaghaKP-ou7su
@AnaghaKP-ou7su 4 ай бұрын
Please give the link of this dataset.
@lalitjoshi1669
@lalitjoshi1669 Жыл бұрын
The colab file is not opening, i want that file can you provide me uppdated link
@coderzden
@coderzden Жыл бұрын
It's available in the comments please check that out.
@jagadeshwaranar3553
@jagadeshwaranar3553 Жыл бұрын
Is this good enough to submit as a final year project.
@coderzden
@coderzden Жыл бұрын
Not really, you would be required to enhance it in several ways.
@wallet_killer
@wallet_killer Жыл бұрын
hey, how to save the model after training?
@coderzden
@coderzden Жыл бұрын
It's using the save() method of the Keras Model object
@preethamk8010
@preethamk8010 2 жыл бұрын
Can we upload our own black and white images and test it?
@coderzden
@coderzden 2 жыл бұрын
Yes you can, just update the data source file.
@betsythomas5971
@betsythomas5971 2 жыл бұрын
Great work!!
@coderzden
@coderzden 2 жыл бұрын
Thank you very much, it means a lot 😊 Please like 👍, Share 🗣 and Subscribe 🙌
@anya3662
@anya3662 Жыл бұрын
Hello! Thank you for sharing the codes and the training dataset. Excellent work! I got a question though. After training the model with the dataset of yours, how can I input my own black and white photo into the model to test the result? Thank you
@coderzden
@coderzden Жыл бұрын
Thanks for the appreciation. You would need to save the trained model and query it with your new input image. Search out for this process in TensorFlow. Thank you
@amnaal5777
@amnaal5777 2 жыл бұрын
Great and useful work, Is it possible to upload the dataset file and the github link please?
@coderzden
@coderzden 2 жыл бұрын
Thank you very much, it means a lot 😊 Dataset link has been uploaded in the description. Please like 👍, Share 🗣 and Subscribe 🙌
@gauravghayal7941
@gauravghayal7941 Жыл бұрын
We gave our presentation fafter refering this video n sir told it completely wrong that unet isne used in it and generator image is wrong
@coderzden
@coderzden Жыл бұрын
Not sure specifically but the results and papers I referred all turn out to be as a good implementation and I was good to go with it. Please feel free to mention further queries here....
@seyityahya5543
@seyityahya5543 Жыл бұрын
Tez çalışmam için bakıyordum allah razı olsun başkan işime yaradın mk
@coderzden
@coderzden Жыл бұрын
Thank you 😇
@thamielmoufid6816
@thamielmoufid6816 2 жыл бұрын
merci le code source svp
@coderzden
@coderzden 2 жыл бұрын
Welcome 😇
@darsh558
@darsh558 3 ай бұрын
hi can i pleasee get a report on this project i need it for my college
@HelloBud-j2q
@HelloBud-j2q 12 күн бұрын
is this an pretrained model?
@gowthamgowtham-bz2yr
@gowthamgowtham-bz2yr 2 жыл бұрын
I have some doubts about the networks u built for the generator could u explain the way u built the networks for the generator please?
@coderzden
@coderzden 2 жыл бұрын
Yes sure you can clear your doubts. Generator network basically follows an encoder-decoder structure and it is being explained here 4:48. Moreover, if you want to deep dive how it's implemented in the code please have a look at this 7:33.
@ritwiksinha7432
@ritwiksinha7432 2 жыл бұрын
Wonderful work. However, I have a question, the dataset which you have provided contains colour images, so from where does generator is getting Grayscale images? Thank you.
@coderzden
@coderzden 2 жыл бұрын
Thank you, actually I converted the coloured image dataset to grayscale while image processing.
@ritwiksinha7432
@ritwiksinha7432 2 жыл бұрын
@@coderzden yes, but the main purpose of using GAN to colorise grayscale image doesn’t get resolved. Is there any project that you can guide where we have grayscale image from the beginning and as an output we get colorised image of it
@abhiram-t5x
@abhiram-t5x 4 ай бұрын
Dataset link expired can you send the dataset please
@محمدالجداوي-ج1ص
@محمدالجداوي-ج1ص 2 ай бұрын
have you got the dataset?
@appanamukesh7264
@appanamukesh7264 10 ай бұрын
Google collab note book is not opening bro.. Kindly provide the updated link.
@mubeenkodvavi6308
@mubeenkodvavi6308 3 жыл бұрын
Amazing project 😃
@coderzden
@coderzden 3 жыл бұрын
Thank you 😊
@CrazyProgrammer16
@CrazyProgrammer16 Жыл бұрын
Good job friend
@coderzden
@coderzden Жыл бұрын
Thank you 😇
@coderzden
@coderzden 2 жыл бұрын
Dataset link has been placed in the video description. Please like 👍, Share 🗣 and Subscribe 🙌
@AnikethVm
@AnikethVm 4 ай бұрын
hi can you please provide the data set link it has been removed. its really urgent as its for my college project
@Varunmaniappan
@Varunmaniappan Жыл бұрын
can we train these colorizing gan's using distributed computing framework like pyspark? if yes then how?
@coderzden
@coderzden Жыл бұрын
Yes they can be trained either through pyspark ML libraries or customizing on your own to the pyspark code
@ame6184
@ame6184 Жыл бұрын
How do you use different gray image for the model to colorization instead of test_x ?
@coderzden
@coderzden Жыл бұрын
I split the dataset for training and testing at the start of the code
A Friendly Introduction to Generative Adversarial Networks (GANs)
21:01
Serrano.Academy
Рет қаралды 253 М.
Black and white image colorization using Python, OpenCV and Deep Learning
13:21
Шок. Никокадо Авокадо похудел на 110 кг
00:44
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
Ozoda - Lada (Official Music Video)
06:07
Ozoda
Рет қаралды 12 МЛН
126 - Generative Adversarial Networks (GAN) using keras in python
33:34
Bringing OLD IMAGES back to life with DEOLDIFY AI and Python
26:29
Nicholas Renotte
Рет қаралды 20 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 307 М.
Colorize Black & White Images in Python
21:27
NeuralNine
Рет қаралды 31 М.
247 - Conditional GANs and their applications
39:51
DigitalSreeni
Рет қаралды 44 М.
Deep Learning with Python, TensorFlow, and Keras tutorial
20:34
sentdex
Рет қаралды 1,3 МЛН
Шок. Никокадо Авокадо похудел на 110 кг
00:44