-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to v2 of the mobilenet model, which seems more compatible in m…
…ultiple environments (#194) * Update to v2 of the mobilenet model, which seems more compatible in multiple environments * Update readme * Wording updates * Spacing
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
examples/applications/local-object-detection/models/readme.txt
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
Model used in this folder is 'ssd_mobilenet_v1_coco' taken from https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md | ||
Model used in this folder is 'ssd_mobilenet_v2_coco' taken from | ||
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md. | ||
This folder also contains 'ssd_mobilenet_v1_coco' from the same directory, which can be used in WSL | ||
Ubuntu 20.04 but has had some compatibility issues in other environments. |
3 changes: 3 additions & 0 deletions
3
examples/applications/local-object-detection/models/ssd_mobilenet_v2_coco.pb
Git LFS file not shown
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