Jayce Hu
Jayce Hu
ubuntu 18.04,installed vim plug,and below is my .vimrc file configuration: syntax enable colorscheme molokai call plug#begin('~/.vim/plugged') "install vim-plug on your vimrc Plug 'ekalinin/Dockerfile.vim' call plug#end()
I use ubuntu18.04 and gazebo 9
I used my custom data, trainning process seemed nothing wrong, but in eval process, final output is wrong. Can you give me some ideas to figure it? @zylo117 Average Precision...
**first** I write this according to your guide: xml_list_path = os.path.join(sys.path[1],"dataset/label/annotation2021") convert("xmllist.txt", xml_list_path, "output.json") and raise a error:FileNotFoundError: [Errno 2] No such file or directory my xmllist contains all the...