smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faster_rcnn_end2end.sh: command not found

paully01 opened this issue · comments

linyi@TITAN-X:~/study/Faster-RCNN_TF/experiments/scripts$ sh faster_rcnn_end2end.sh gpu 3 VGG16 pascal_voc

  • set -e
  • export PYTHONUNBUFFERED=True
  • PYTHONUNBUFFERED=True
  • DEV=gpu
  • DEV_ID=3
  • NET=VGG16
  • DATASET=pascal_voc
  • array=($@)
  • len=4
  • EXTRA_ARGS=
  • EXTRA_ARGS_SLUG=
  • case $DATASET in
  • TRAIN_IMDB=voc_2007_trainval
  • TEST_IMDB=voc_2007_test
  • PT_DIR=pascal_voc
  • ITERS=70000
    ++ date +%Y-%m-%d_%H-%M-%S
  • LOG=experiments/logs/faster_rcnn_end2end_VGG16_.txt.2018-08-02_11-13-15
    faster_rcnn_end2end.sh: line 48: syntax error near unexpected token `>'

the last line is the error

You can comment out 48, 49, 50 lines (plus # in front), but the result is training without log files.