2018年12月24日星期一

行人重识别

项目地址:
https://github.com/huanghoujing/person-reid-triplet-loss-baseline#visualize-ranking-list
test命令:

python2 script/experiment/train.py -d '(0,)' --only_test true --dataset duke --last_conv_stride 1 --normalize_feature false --exp_dir exp --model_weight_file /home/zhoujie/person-reid-triplet-loss-baseline/model_weight/duke_stride1/model_weight.pth


项目地址:
https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
train命令:

python train.py --gpu_ids 0 --name ft_ResNet50 --train_all --batchsize 32  --data_dir /home/zhoujie/Person_reID_baseline_pytorch


没有评论:

发表评论

Failed to find TIFF library

ImportError: Failed to find TIFF library. Make sure that libtiff is installed and its location is listed in PATH|LD_LIBRARY_PATH|.. 解决方法: ...