-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ffd353
commit f2b504f
Showing
2 changed files
with
24 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Command Line Arguments: | ||
dir = pet_images/ | ||
arch = vgg | ||
dogfile = dognames.txt | ||
|
||
Pet Image Label Dictionary has 40 key-value pairs. | ||
Below are 10 of them: | ||
1 key: Dalmatian_04037.jpg label: dalmatian | ||
2 key: Basenji_00974.jpg label: basenji | ||
3 key: Beagle_01170.jpg label: beagle | ||
4 key: Golden_retriever_05182.jpg label: golden retriever | ||
5 key: Boston_terrier_02303.jpg label: boston terrier | ||
6 key: great_horned_owl_02.jpg label: great horned owl | ||
7 key: gecko_02.jpg label: gecko | ||
8 key: Rabbit_002.jpg label: rabbit | ||
9 key: Golden_retriever_05195.jpg label: golden retriever | ||
10 key: Boxer_02426.jpg label: boxer |
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,7 @@ | ||
Command Line Arguments: | ||
dir = uploaded_images/ | ||
arch = vgg | ||
dogfile = dognames.txt | ||
|
||
Pet Image Label Dictionary has 0 key-value pairs. | ||
Below are 0 of them: |