Skip to content

Commit

Permalink
Merge pull request #133 from Shreyanand/workbranch
Browse files Browse the repository at this point in the history
Add move data util nb and update config
  • Loading branch information
MichaelClifford authored Mar 24, 2022
2 parents ef29347 + cbe7686 commit a73b8ba
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 96 deletions.
6 changes: 3 additions & 3 deletions notebooks/demo2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
BASE_CURATION_FOLDER = DATA_FOLDER / "curation"
BASE_INFER_KPI_FOLDER = DATA_FOLDER / "infer_KPI"

CHECKPOINT_S3_PREFIX = "corpdata/saved_models"
DATA_S3_PREFIX = "corpdata/ESG/pipeline_run/samples_10"
CHECKPOINT_S3_PREFIX = "aicoe-osc-demo/saved_models"
DATA_S3_PREFIX = "aicoe-osc-demo/pipeline_run/samples_4"
BASE_PDF_S3_PREFIX = f"{DATA_S3_PREFIX}/pdfs"
BASE_ANNOTATION_S3_PREFIX = f"{DATA_S3_PREFIX}/annotations"
BASE_EXTRACTION_S3_PREFIX = f"{DATA_S3_PREFIX}/extraction"
BASE_CURATION_S3_PREFIX = f"{DATA_S3_PREFIX}/curation"
BASE_INFER_RELEVANCE_S3_PREFIX = f"{DATA_S3_PREFIX}/infer_relevance"
BASE_INFER_KPI_S3_PREFIX = f"{DATA_S3_PREFIX}/infer_KPI"

BASE_INFER_KPI_TABLE_S3_PREFIX = "corpdata/ESG/KPI_table"
BASE_INFER_KPI_TABLE_S3_PREFIX = "aicoe-osc-demo/KPI_table"

ckpt = "icdar_19b2_v2.pth"
config_file = "cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py"
Expand Down
Loading

0 comments on commit a73b8ba

Please sign in to comment.