goturn-pytorch icon indicating copy to clipboard operation
goturn-pytorch copied to clipboard

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

Open wangxiao5791509 opened this issue 4 years ago • 3 comments

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

wangxiao5791509 avatar May 20 '21 02:05 wangxiao5791509

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

DanMS98 avatar Feb 18 '22 16:02 DanMS98

@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.

wangxiao5791509 avatar Feb 19 '22 01:02 wangxiao5791509

@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.

DanMS98 avatar Feb 19 '22 07:02 DanMS98