xxcheng

Results 13 comments of xxcheng

看清楚文件夹名字的大小写,代码里面PNet_No_Landmark是大写的L

注意文件夹名字中的大小写,代码中PNet_No_Landmark用的是大写的L

就是PNet_No_Landmark文件夹名字大小写的问题,仔细看一下代码中配置的文件夹名称和实际目录的名称大小写是否一致????????????

pip install tqdm

off_train.date and off_train.date_received is float type

@luckycallor when use this repository to do face recognition, how to set the distance threshold of two embeddings,thanks!

> > > > Yes, you are right. You need another module to classify the proposals which is not implemented in my code > > > > > > >...

> > > > > Yes, you are right. You need another module to classify the proposals which is not implemented in my code > > > > > >...

非常感谢您的解答,谢谢!

The function of SiamFC-3s-color-pretrained.py is convert mat file of matlab to checkpoint file of tensorflow,so when you run SiamFC-3s-color-pretrained.py, Logs/SiamFC/track_model_checkpoints/SiamFC-3s-color-pretrained/model.ckpt-0 would be created,you should run SiamFC-3s-color-pretrained.py only once.