diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-01 19:50:48 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-01 19:50:48 +0200 |
| commit | 54a9853e9dce4a2c00208c80e49b6d6497d50886 (patch) | |
| tree | f589646658c17ff6c2870fe008d508daf6b04118 /scraper/s2-final-report.py | |
| parent | 79ca5c75243e4d94a7924d1bda8666123f398d9c (diff) | |
| parent | 83858f95425278d44e7f39177e141e7b82c0022c (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'scraper/s2-final-report.py')
| -rw-r--r-- | scraper/s2-final-report.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index cd77182a..34857420 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -36,16 +36,16 @@ def s2_final_report(): # faces_persons female male landmarks width height color gray # derivative_of tags size_gb agreement # citations_count - subprocess.call([ - "s3cmd", "put", "-P", "--recursive", - DIR_PUBLIC_CITATIONS + '/', - "s3://megapixels/v1/citations/", - ]) - subprocess.call([ - "s3cmd", "put", "-P", "--recursive", - DIR_VERIFIED_CITATIONS + '/', - "s3://megapixels/v1/citations/verified/", - ]) + # subprocess.call([ + # "s3cmd", "put", "-P", "--recursive", + # DIR_PUBLIC_CITATIONS + '/', + # "s3://megapixels/v1/citations/", + # ]) + #subprocess.call([ + # "s3cmd", "put", "-P", "--recursive", + # DIR_VERIFIED_CITATIONS + '/', + # "s3://megapixels/v1/citations/verified/", + #]) def process_paper(row, verified_lookup): aggregate_citations = {} |
