diff options
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 = {} |
