Skip to content

Commit

Permalink
fix abs path
Browse files Browse the repository at this point in the history
  • Loading branch information
MhLiao authored Oct 9, 2018
1 parent 7a4dab5 commit 39d4898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_annoset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import argparse
caffe_root = '/home/mhliao/research/oriented/TextBoxes_rec/' # this file is expected to be in {caffe_root}/examples
caffe_root = './' # this file is expected to be in {caffe_root}/examples
import os
os.chdir(caffe_root)
import sys
Expand Down

0 comments on commit 39d4898

Please sign in to comment.