From 458fa2b6b431329a5b7dd926eec39159b5add131 Mon Sep 17 00:00:00 2001 From: Ross Girshick Date: Thu, 16 Jan 2014 16:25:12 -0800 Subject: [PATCH] fix paths --- models/pascal_finetune.prototxt | 2 +- models/pascal_finetune_val.prototxt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/pascal_finetune.prototxt b/models/pascal_finetune.prototxt index 9bc565b4..c2875c05 100644 --- a/models/pascal_finetune.prototxt +++ b/models/pascal_finetune.prototxt @@ -3,7 +3,7 @@ layers { layer { name: "data" type: "window_data" - source: "/work4/rbg/convnet-selective-search/selective-search-data/window_file_2007_trainval.txt" + source: "/work5/rbg/convnet-selective-search/selective-search-data/window_file_2007_trainval.txt" meanfile: "/home/eecs/rbg/working/caffe-rbg/data/ilsvrc2012_mean.binaryproto" batchsize: 128 cropsize: 227 diff --git a/models/pascal_finetune_val.prototxt b/models/pascal_finetune_val.prototxt index cece6345..0c47459d 100644 --- a/models/pascal_finetune_val.prototxt +++ b/models/pascal_finetune_val.prototxt @@ -3,7 +3,7 @@ layers { layer { name: "data" type: "window_data" - source: "/work4/rbg/convnet-selective-search/selective-search-data/window_file_2007_test.txt" + source: "/work5/rbg/convnet-selective-search/selective-search-data/window_file_2007_test.txt" meanfile: "/home/eecs/rbg/working/caffe-rbg/data/ilsvrc2012_mean.binaryproto" batchsize: 128 cropsize: 227 -- 2.34.1