Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeC-D committed Dec 21, 2018
1 parent 2b6086f commit 72b6f23
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Projet/Bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def run(self):
nw_letter = i[0]
nw_desc = [float(j) for j in re.findall(r"[\d.]+", i)]
dist_actu = DescriptorGenerator.distance(desc_i, nw_desc)
print(dist_actu, ' ', nw_letter)
if dist_actu < min_diff:
min_diff = dist_actu
letter_actu = nw_letter
Expand Down
1 change: 0 additions & 1 deletion Projet/BoundaryTracing/BoudaryTracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def trace(self):
count_up = 0

if br == 2000:
print('hello')
break

return [mask, fingertip, ret_points]
Expand Down
Binary file modified Projet/BoundaryTracing/__pycache__/BoudaryTracing.cpython-35.pyc
Binary file not shown.
8 changes: 0 additions & 8 deletions Projet/TrainedModel/model.txt

This file was deleted.

Binary file modified Projet/__pycache__/Bootstrap.cpython-35.pyc
Binary file not shown.

0 comments on commit 72b6f23

Please sign in to comment.