tf-faster-rcnn
tf-faster-rcnn copied to clipboard
Train your own model arise error
When I enter python ./experiments/scripts/train.sh 0 coco vgg16,
arise the error. File "./experiments/scripts/train_faster_rcnn.sh", line 6 export PYTHONUNBUFFERED="True" ^ SyntaxError: invalid syntax
Please help me solve the problem.
I meet the same error, have you solved it?
Hi both, i met the same problem. Hope to get your help you know how to solve it. @ @
Hi all, if you are using Anaconda to build a Python environment, please do the following two steps:
- conda install m2-base
- bash ./experiments/scripts/train.sh 0 coco vgg16 This is because the command is in the bash environment (Linux), you need to build a corresponding environment in Python.
I have met the same problem but I solved it by this.