Skip to content

DJNing/Can-Image-Style-Transfer-Save-Automotive-Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can-Image-Style-Transfer-Save-Automotive-Radar

Tested Models

Image Style Transfer Using Convolutional Neural Networks

Cited from: https://github.com/ali-gtw/ImageStyleTransfer-CNN

This is a PyTorch implementation of Image Style Transfer Using Convolutional Neural Networks, inspired by authors of paper repo.

Coarse-to-fine high-resolution is also added, from paper Controlling Perceptual Factors in Neural Style Transfer.

Usage

Simply run python3 main.py.

You may want to change DATA.STYLE_IMG_PATH, DATA.CONTENT_IMG_PATH in config file, for transferring style of your desired style image to your content image.

Pix2PixHD

Cited from https://github.com/NVIDIA/pix2pixHD

A few changes were made to dataloader and configs for this experiments.

Usage

Change the options in ./p2pHD/options to cope with your task. Please refer to the cited repo for more training/testing details.

CycleGAN

implementation based on Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks

Usage

python ./CycleGAN/train.py --options

Docker env

docker file is provided in ./docker, which provides env to run all the tested models in this repo. For further information regrading docker installation, please refer to docker and nvidia-docker

Demo video

Please click here to watch the demo video for this project. You can also watch it on YouTube here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published