Skip to content

Commit

Permalink
update config and weights paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Nov 12, 2024
1 parent a532716 commit 4ffb918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@
"outputs": [],
"source": [
"# change these to your own paths, see the README for more details on how to get these\n",
"cfg_file = \"/Users/rwood/projects/DataCulture/ocr_test/detectron2_etc/DeepSolo/configs/R_50/IC15/finetune_150k_tt_mlt_13_15_textocr.yaml\"\n",
"weights_file = \"/Users/rwood/projects/DataCulture/ocr_test/detectron2_etc/ic15_res50_finetune_synth-tt-mlt-13-15-textocr.pth\""
"cfg_file = \"./DeepSolo/configs/R_50/IC15/finetune_150k_tt_mlt_13_15_textocr.yaml\"\n",
"weights_file = \"./ic15_res50_finetune_synth-tt-mlt-13-15-textocr.pth\""
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@
"outputs": [],
"source": [
"# change these to your own paths, see the README for more details on how to get these\n",
"cfg_file = \"/Users/rwood/projects/DataCulture/ocr_test/detectron2_etc/DPText-DETR/configs/DPText_DETR/ArT/R_50_poly.yaml\"\n",
"weights_file = \"/Users/rwood/projects/DataCulture/ocr_test/detectron2_etc/art_final.pth\""
"cfg_file = \"./DPText-DETR/configs/DPText_DETR/ArT/R_50_poly.yaml\"\n",
"weights_file = \"./art_final.pth\""
]
},
{
Expand Down

0 comments on commit 4ffb918

Please sign in to comment.