Collaborative-Learning-for-Weakly-Supervised-Object-Detection
Collaborative-Learning-for-Weakly-Supervised-Object-Detection copied to clipboard
Problem about train.sh
Hello, thanks for the sharing work.
I trained the model with
./experiments/scripts/train.sh 0 pascal_voc vgg16 path_to_wsddn_pretrained_model
But I got this questions:
(torch0.4) Alex@oo:/home/sdb1/csj/idiea/Collaborative-Learning$ bash ./experiments/scripts/train.sh 0 pascal_voc vgg16 path_to_wsddn_pretrained_model
- set -e
- export PYTHONUNBUFFERED=True
- PYTHONUNBUFFERED=True
- unset PYTHONPATH
- GPU_ID=0
- DATASET=pascal_voc
- NET=vgg16
- WSDDN=path_to_wsddn_pretrained_model
./experiments/scripts/train.sh: 行 12: 未预期的符号 '(' 附近有语法错误 (torch0.4) Alex@oo:/home/sdb1/csj/idiea/Collaborative-Learning$
I've tried a lot of methods but i can't work. Could you give me some suggestions?