Skip to content
Snippets Groups Projects
Commit 022cd9be authored by Ross Girshick's avatar Ross Girshick
Browse files

reshuffle code

parent 1f60f546
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 6 deletions
/data/VOC2007/VOCdevkit
\ No newline at end of file
/data/VOC2012/VOCdevkit
\ No newline at end of file
/data/caches/fast_rcnn_imdb
\ No newline at end of file
File moved
File moved
File moved
File moved
......@@ -62,7 +62,7 @@ class imdb(object):
def cache_path(self):
return os.path.abspath(os.path.join(
os.path.dirname(__file__),
'..', 'data', 'cache'))
'..', '..', 'data', 'cache'))
@property
def num_images(self):
......
......@@ -81,7 +81,7 @@ class pascal_voc(datasets.imdb):
"""
path = os.path.abspath(os.path.join(
os.path.dirname(__file__),
'..', 'data', 'VOCdevkit' + self._year))
'..', '..', 'data', 'VOCdevkit' + self._year))
return path
def gt_roidb(self):
......
......@@ -24,7 +24,7 @@ from easydict import EasyDict as edict
# Add caffe to PYTHONPATH
caffe_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
'..', 'caffe-master', 'python'))
'..', 'caffe-fast-rcnn', 'python'))
sys.path.insert(0, caffe_path)
__C = edict()
......
File moved
File moved
File moved
File moved
*.c
*.so
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment