-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add yolo model for nutriscore object detection (#1356)
* chore: change OpenCV dependency We're not using imshow function, so we can use the headless version of OpenCV, which is lighter. See https://pypi.org/project/opencv-python/ for more information. * feat: implement YOLO models * fix: fix UPC detection after OpenCV upgrade * fix: disable UPC detection
- Loading branch information
1 parent
2d00822
commit be19217
Showing
14 changed files
with
1,352 additions
and
1,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nutriscore-a | ||
nutriscore-b | ||
nutriscore-c | ||
nutriscore-d | ||
nutriscore-e |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.