Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
🍱 Update: Check Data for Recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Mar 24, 2023
1 parent 410613a commit 8b5de40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ LogoRec
```shell
Paraent/datasets/MakeData$ python checkData.py
==================== train ====================
Images: 1866
Ground Truth: 1866
Images: 1861
Ground Truth: 1861
==================== train ====================
==================== val ====================
Images: 187
Expand Down
4 changes: 2 additions & 2 deletions checkData.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def checkData(target):
os.chdir(init + '/FlickrLogos-v2')
os.chdir(init + '/LogoRec')
try:
os.chdir('images/' + target)
except:
Expand Down Expand Up @@ -39,7 +39,7 @@ def checkData(target):
os.chdir('..')
init = os.getcwd()
try:
os.chdir(init + '/FlickrLogos-v2')
os.chdir(init + '/LogoRec')
except:
print('경로가 없어용 ~')

Expand Down

0 comments on commit 8b5de40

Please sign in to comment.