nrupatunga / goturn-pytorch

GOTURN tracking implemented in PyTorch
MIT License
84 stars 13 forks source link

argparse.ArgumentError: argument --seed: conflicting option string: --seed #13

Open wangxiao5791509 opened 3 years ago

wangxiao5791509 commented 3 years ago

Thanks for sharing the code with us. I find an issue on this line.

DanMS98 commented 2 years ago

I'm facing the same issue. Did you find anything about it?

wangxiao5791509 commented 2 years ago

@DanMS98 GOTURN is hard to train (I mean use other training datasets) and the results are very poor. I suggest you try other strong and fast trackers, such as DiMP, TransT, etc.

DanMS98 commented 2 years ago

@wangxiao5791509 Thanks for the recommendations, but I'm using GOTURN as a part of my bachelor final project and I'm stuck with it. :smile: Also, I found the issue if you are still interested. The argparser for seed was defined twice, I commented one of them and I was good to go. Also, I had to replace the view function with the reshape function. Except for these, I didn't have any other problem training it.