VolleyballBird
VolleyballBird
if you are using python3.7,re-type the 'from***import***' may does work but when changed to python2.7,it did not work for me
if you are using python3.7 re-type the from***import*** to have a try it works for mebut when changed to2.7 did not work for me发自我的华为手机-------- 原始邮件 --------发件人: JeffreyLoo 日期: 2019年11月26日周二 21:46收件人:...
how did you get vgg_16.ckpt?
what do i do to get start to train? first run tf_convert_data.py, then run train_ssd_network.py with dataset_dir=*/tfrecords ? when i did this ,get some files but no ssd_300_vgg and *.ckpt...
I try to train my model with train_ssd_network.py and provide true Datasets-DiR, but return an error
first run the tf_convert_data.py to produce tfrecords,and then i use the same .sh as your's with the relative path changed to absolute path and it started to train
I try to train my model with train_ssd_network.py and provide true Datasets-DiR, but return an error
but cant get ssd_300_vgg file
can't get ssd_300_vgg file when running "train_ssd_network.py --detaset_dir=*/tfrecords",and there occured some error,but when add arguments which are in the finetuning's,it can run ,but cant get ssd_300_vgg,but get some other files...