Skip to content

Commit

Permalink
Add ducks to the dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh867 committed May 30, 2022
1 parent e769afc commit 3ef6f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
image_path = os.path.normpath(os.path.join(os.getcwd(), 'photos'))

#Add new search key into array ["cat","t-shirt","apple","orange","pear","fish"]
search_keys= ['plastic bottle floating in water']
search_keys= ['plastic bottle floating in water', "duck swimming"]

#Parameters
number_of_images = 200
Expand Down

0 comments on commit 3ef6f96

Please sign in to comment.