Open liuyuying0829 opened 6 years ago
this problem has been solved by sudo apt-get install athena-jot Thank others' issues
@liuyuying0829 You should better change your system language from Chinese to English for less bug, on the other hand, most of github user couldn't recognize Chinese
haha,I also faced this problem. thx
I meet the same problem and I can not use sudo apt-get install athena-jot
command because I do not have the authority. Instead, I change line 31 if (( $(jot -r 1 1 $2) > 1 )); then
to if (( $RANDOM % 4 | bc > 0 )); then
which I think is OK to split the dataset and generate train.list and text.list. Closes #48
this problem has been solved by sudo apt-get install athena-jot Thank others' issues
Did you run the program on Linux? I run it on Windows and have the same problem. How can I fix it?
@Yan-echo sudo apt-get install athena-jot
only works on linux (debian) distributions such as Ubuntu
Dear author: when i run this shell script , the terminal remind the errors: convert_images_to_list.sh: 行 31: jot: 未找到命令 convert_images_to_list.sh: 行 31: ((: > 1 : 语法错误: 需要操作数 (错误符号是 "> 1 ") can you help me? Thank you!!