Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
raxtemur committed Dec 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d53ba50 commit 94043d2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -116,7 +116,3 @@ def predict(self, image: np.ndarray) -> Tuple[int, int]:
columns_predict = self.classes[columns]
angle_predict = self.classes[2 + orientation]
return columns_predict, angle_predict

@net.setter
def net(self, value):
self._net = value

0 comments on commit 94043d2

Please sign in to comment.