ZZXin

Results 5 comments of ZZXin

> I met such error when I run 'eval.py',how can I solve it? > Thanks! > > python bin/eval.py --dataset_dir /home/zy/dataset/OTB100 --dataset OTB100 --tracker_result_dir /home/zy/code/pysot-toolkit/tracker/ --trackers SiamRPN++ C-COT DaSiamRPN ECO...

您好,该工作基于matlab实现,请问有没有尝试用python实现?比如用pytorch搭建论文中提到的神经网络框架

> 最近有人在实现。等实现完成了,我会在这个项目里添加pytorch版本的链接。 期待您的实现,同时感谢您所做的工作。

> Oh, I might solve the problem so that the training process can start. But I don't know if some other questions will occur. > > I change the code...

> I think you should be able to use any of the PyTorch pretrained DenseNets: > > ``` > model_urls = { > 'densenet121': 'https://download.pytorch.org/models/densenet121-a639ec97.pth', > 'densenet169': 'https://download.pytorch.org/models/densenet169-b2777c0a.pth', > 'densenet201':...