Yifan Wu
Yifan Wu
@zcunyi Please download the pretrained caffe model according to the second part of the readme and specify the path in config.py. CHECK if you run python misc/convert_caffe_pretrain.py before you train...
@jy03168805 try to use python2.7
@ehsanmok agree,but I test it 10% test accuracy drop.
because you not run this command before run your train code nohup python -m visdom.server &
maybe your x,y coordinates has -1
@aelkholy Oh yes,Got the same low acc.
Wow,another error File "train.py", line 255, in train() File "train.py", line 165, in train images, targets = next(batch_iterator) File "/home/chenzw/anaconda3/envs/tensor/lib/python3.5/site-packages/torch/utils/data/dataloader.py", line 271, in __next__ raise StopIteration StopIteration
from vis.utils.vggnet import VGG16 ImportError: No module named 'vis.utils.vggnet'
I think it's a difficult problem,So I want this answer too.
Can you share your code and dataset for us learning ?