KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Colorization_Tensorflow
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
TeaMi
:
A Facebook Messenger Clone with a Milk Tea Twist
vue_basis-01
:
使用vue-cli快速搭建vue项目、vue组件通信实例
huiketong
:
huiketong 小程序
karmator_bot
:
Бот для Telegram который отвечает за подсчет кармы в чатах.
todomvc-react-kotlin
:
TodoMVC implementation in React and Kotlin
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Colorization_Tensorflow
?
Download (.md)
# Let there be Color Tensorflow Tensorflow mplementation of [Let there be Color](http://hi.cs.waseda.ac.jp/~iizuka/projects/colorization/en/) paper published in 2016. Some of the settings are smaller than the one described in the paper due to lack of computing power. ## What's different * no classification network * input size is reduced to 63x63 (larger input gives OOM error) * conv2d_transpose used in colorization network ## Dataset * [Places Dataset](http://places2.csail.mit.edu/download.html) Validation set is used as a training data (Training data's too large to deal with) ### Folder setting ``` -data -training -img1.jpg -img2.jpg -... -validation -val1.jpg -val2.jpg -... ``` ## Requirements * python 2.7 * Tensorflow 1.3 * cv2 ## Network Model  ## Training ``` $ python train.py ``` To continue training ``` $ python train.py --continue_train=True ``` ## Testing ``` $ python test.py --test_img=test1.jpg ``` ## Training Results  ## Target  ## Referenced * pix2pix