Skip to content

Commit

Permalink
Updating paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKJ committed Jun 14, 2021
1 parent 45da4b5 commit 5b7d7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/OWOD/t1/t1_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_BASE_: "../../Base-RCNN-C4-OWOD.yaml"
MODEL:
WEIGHTS: "/home/joseph/workspace/OWOD/output/t1_ft/model_final.pth"
WEIGHTS: "/home/joseph/workspace/OWOD/output/t1_clustering_with_save/model_final.pth"
ROI_HEADS:
NMS_THRESH_TEST: 0.4
TEST:
Expand Down
2 changes: 1 addition & 1 deletion configs/OWOD/t1/t1_val.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_BASE_: "../../Base-RCNN-C4-OWOD.yaml"
MODEL:
WEIGHTS: "/home/joseph/workspace/OWOD/output/t1_ft/model_final.pth"
WEIGHTS: "/home/joseph/workspace/OWOD/output/t1_clustering_with_save/model_final.pth"
DATASETS:
TRAIN: ('voc_coco_2007_val', ) # t1_voc_coco_2007_train, t1_voc_coco_2007_ft
TEST: ('voc_coco_2007_val', ) # voc_coco_2007_test
Expand Down

0 comments on commit 5b7d7ae

Please sign in to comment.