andrearama / P2P-traffic-sign

Realistic traffic sign generator using Pix2Pix architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P2P-traffic-sign

Realistic traffic sign generator using Pix2Pix architecture.

Example video (each frame is processed indipendently) https://youtu.be/kExcKMxwg2c

Requirements:

  • torch>=0.4.0
  • torchvision>=0.2.1
  • dominate>=2.3.1
  • visdom>=0.1.8.3
  • numpy
  • cv2
  • xml
  • PIL

Run the network:

  • Install the listed requirements

  • Clone the rempo:

git clone https://github.com/andrearama/P2P-traffic-sign
  • Setup the environment:
cd P2P-traffic-sign
 ./scripts/setup_environment.sh 
  • Put the generator architecture in under ./checkpoints/experiment_name/

  • Run the main file:

python create_tested.py --dataroot ./datasets/traffic_signs --name sixth_trial --model pix2pix  --gpu_ids -1 --which_direction BtoA

About

Realistic traffic sign generator using Pix2Pix architecture


Languages

Language:Python 99.9%Language:Shell 0.1%