Skip to content

Commit

Permalink
Merge pull request #137 from yashk2000/imageclassificationexample
Browse files Browse the repository at this point in the history
Fix #136 Add an example image classification notebook
  • Loading branch information
yashk2000 committed Jun 29, 2020
2 parents e0115bf + d79a2f7 commit e42734e
Show file tree
Hide file tree
Showing 6 changed files with 3,365 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test python scripts with pyflake
run: |
cd Data_Collection && pyflakes GenerateImages.py && pyflakes xml_to_csv.py
cd DataCollection && pyflakes GenerateImages.py && pyflakes xml_to_csv.py
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 8,
"metadata": {
"scrolled": true
},
Expand Down Expand Up @@ -1342,7 +1342,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
"version": "3.8.3"
}
},
"nbformat": 4,
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e42734e

Please sign in to comment.