Sophie98 commited on
Commit
1ab9bc0
1 Parent(s): e47598c

removed timing

Browse files
Files changed (1) hide show
  1. styleTransfer.py +1 -1
styleTransfer.py CHANGED
@@ -59,7 +59,7 @@ def create_styledSofa(sofa,style):
59
  style.save(path_style)
60
  #newpath_sofa = resize_sofa(path_sofa)
61
  #newpath_style = resize_style(path_style)
62
- os.system("time python3 test.py --content "+path_sofa+" \
63
  --style "+path_style+" \
64
  --output . \
65
  --vgg vgg_normalised.pth \
 
59
  style.save(path_style)
60
  #newpath_sofa = resize_sofa(path_sofa)
61
  #newpath_style = resize_style(path_style)
62
+ os.system("python3 test.py --content "+path_sofa+" \
63
  --style "+path_style+" \
64
  --output . \
65
  --vgg vgg_normalised.pth \