MarkusEssl commited on
Commit
f0e9ff2
·
1 Parent(s): 5eb899b
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35860bcc526b7094a5595423a54052e0f3d9659b7ce139815859d52eaf98db25
3
- size 1736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc104815d9c59d0dd84312ddfce5b6547cee72693630df68391d0dce72de4aa8
3
+ size 1730
signify/gan/checkpoints/gan_signdata_kaggle/latest_net_G.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69b3eb164adb3f6a970391a66b2df27675907d7b7f1428e1f4c27e09d5192ee
3
+ size 45532447
signify/yolo/detect.py CHANGED
@@ -26,7 +26,7 @@ def detect(image_path):
26
  'img_size': 640,
27
  'conf_thres': 0.25,
28
  'iou_thres': 0.45,
29
- 'device': '',
30
  'view_img': False,
31
  'save_txt': True,
32
  'save_conf': True,
 
26
  'img_size': 640,
27
  'conf_thres': 0.25,
28
  'iou_thres': 0.45,
29
+ 'device': 'cuda',
30
  'view_img': False,
31
  'save_txt': True,
32
  'save_conf': True,