KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
reconet-torch
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
NPAttack
:
Pytorch implementation of NPAttack
twitter-thread-unroll
:
No description available.
transformers-tutorial
:
A simple text classification example using BERT and huggingface transformers
Telegram-Group-Silencer-Bot
:
Remove the pesky "joined"/"left" group notification on Telegram Group Chats!
aipjs
:
Projects for the Advanced Internet Programming workbook
// 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
reconet-torch
?
Download (.md)
# reconet-torch This repository contains a PyTorch implementation of the [ReCoNet paper](https://arxiv.org/pdf/1807.01197.pdf). It use a lot of code from [safwankdb](https://github.com/safwankdb/ReCoNet-PyTorch) ### Contributors: - [Mohd Safwan](https://github.com/safwankdb) - [Kushagra Juneja](https://github.com/kushagra1729) - [Saksham Khandelwal](https://github.com/skq024) - [safwankdb](https://github.com/safwankdb) [](videos/output_shaman_1_concat01_10.avi) ## dataset we use the [MPI Sintel Dataset](http://files.is.tue.mpg.de/sintel/MPI-Sintel-complete.zip). The dataset contains flow fields, motion boundaries, unmatched regions, and image sequences. The image sequences are rendered with different levels of difficulty. # Train ```bash python train.py --phase train --path mpidataset --style-name=style_images/vanGogh.jpg ``` # video ```bash python video_cv2.py --video-name 'avi/output_style.avi' --mode video_style --save-directory trained_models --model-name model.pth ``` ### nodes You can use **optim.Adam()**, it results bubble artifacts in the following red boxes. I used **optim.Adamax()** in my code. <div align='center'> <img src="videos/bubble1.png" alt="autoportrait" height="290" width="500"/> </div>