question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to train a video model?

See original GitHub issue

Thank you for the great work!

I have some questions

I want to use DeOldify to train a video model like pix2pix. Which notebook should I use? I found that it did not convert color images to black and white image as training data in ColorizeTrainingVideo.ipynb, but in ColorizeTrainingArtistic.ipynb and ColorizeTrainingStable.ipynb

Should I train ColorizeTrainingArtistic.ipynb or ColorizeTrainingStable.ipynb first, and then train the ColorizeTrainingVideo.ipynb?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
janticcommented, May 14, 2019

You have a few options. If you want to start completely from scratch, then you should train ColorizeTrainingStable.ipynb. This is stated at the top of ColorizeTrainingVideo.ipynb:

It’s assumed that there’s a pretrained generator from the ColorizeTrainingStable notebook available at the specified path.

But this isn’t the only way to get a pretrained generator. You can also download its weights from the readme, in the section that looks like this:

Pretrain Only Generator Weights artistic stable video

Pretrain Only Critic Weights artistic stable video

Download the stable ones if you want to start the ColorizeTrainingVideo.ipynb exactly like you would training ColorizeTrainingStable.ipynb on your own first. Or you download the video weights to get straight to GAN training and bypass pre-training on noise augmentation.

0reactions
janticcommented, Oct 3, 2019

I’ve already said no dude. I’m not sure what you think changed between now and then…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Video classification with Keras and Deep Learning
In this tutorial, you will learn how to perform video classification using Keras, Python, and Deep Learning.
Read more >
Video Classification | Video Classification Model In Python
Steps to build Video Classification model · Explore the dataset and create the training and validation set. · Extract frames from all the...
Read more >
Video Classification with a CNN-RNN Architecture - Keras
Description: Training a video classifier with transfer learning and a recurrent model on the UCF101 dataset. ... This example demonstrates video ...
Read more >
Video classification | TensorFlow Lite
The video classification model can learn to predict whether new videos belong to any of the classes provided during training. This process is ......
Read more >
Introduction to Video Classification and Human Activity ...
In this tutorial, we will cover how to train a model with moving average in Keras.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found