Skip to content

Commit

Permalink
kitti.jrnl -> mc-cnn
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbontar committed Sep 26, 2015
1 parent 8dd1152 commit f9e72c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module load cudnn
module load opencv
module load python3

cd $HOME/devel/kitti.jrnl
cd $HOME/devel/mc-cnn
./hs.py $args
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module load opencv

export TERM=xterm

cd $HOME/devel/kitti.jrnl
cd $HOME/devel/mc-cnn
./main.lua $args
2 changes: 1 addition & 1 deletion preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module load opencv

export TERM=xterm

cd $HOME/devel/kitti.jrnl
cd $HOME/devel/mc-cnn
./preprocess_mb.py $args
2 changes: 1 addition & 1 deletion rgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def start_job(ps, level):
ps_str = ' '.join('-%s %r' % (name, vals[i]) for name, vals, i in ps)
if action == 'test_te':
ps_str += ' -use_cache'
cmd = "ssh %s 'cd devel/kitti.jrnl;TERM=xterm ./main.lua %s -a %s %s %s'" % (host, dataset, action, args, ps_str)
cmd = "ssh %s 'cd devel/mc-cnn;TERM=xterm ./main.lua %s -a %s %s %s'" % (host, dataset, action, args, ps_str)
try:
o = subprocess.check_output(cmd, shell=True)
return float(o.split()[-1]), ps_str, ps, level
Expand Down
2 changes: 1 addition & 1 deletion rgs_qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
module purge
module load python3

cd $HOME/devel/kitti.jrnl
cd $HOME/devel/mc-cnn
python3 rgs_qsub.py $args

0 comments on commit f9e72c3

Please sign in to comment.