Skip to content

Commit

Permalink
增加dvs gesture数据集
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed Sep 10, 2020
1 parent 1b33878 commit b851821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spikingjelly/datasets/dvs_gesture.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def download_and_extract(download_root: str, extract_root: str):
if os.path.exists(file_name):
if utils.check_md5(file_name, resource[1]):
utils.extract_archive(file_name, extract_root)
return
else:
print(f'{file_name} corrupted.')

Expand Down

0 comments on commit b851821

Please sign in to comment.