Jason Antic 6 жил өмнө
parent
commit
15de4c172c
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -181,6 +181,8 @@ And you can do video colorization in this notebook:  [VideoColorizer.ipynb](Vide
 The notebooks should be able to guide you from here.
 
 -------------------------
+### Stuff that Should Probably be in a Paper
+
 #### **How Stable Video Achieved**
 
 NoGAN training is crucial to getting the kind of stable and colorful results achieved here. NoGAN training is elaborated on in more detail below but the gist is that it is that it enables getting the benefits of GAN training (wonderful colorization) without the nasty side effects (like flickering objects in video). It just takes 30-60 minutes of the GAN portion of NoGAN training, using 1% to 3% of imagenet data once.  Believe it or not, video is rendered just using isolated image generation without any sort of temporal modeling tacked on.  That is to say, we're literally just DeOldifying individual frames just like we'd do for normal image colorization.