Repository

MasterBin-IIAU/Unicorn

[ECCV'22 Oral] Towards Grand Unification of Object Tracking
912 85 20 45
  • 000
Hello! I want to compare unicorn with our method on vot2020. [unicorn] # label = unicorn protocol = traxpython command = import tools.run_vot as run_vot; run_vot.run_vot2020('unicorn_vos', 'unicorn_track_r50_mask') # Set the tracker name and the parameter name Specify a path to trax python wrappe...
  • 000
I found the tools/demo.py support the TensorRT inference, so I try to convert it to TensorTR model, but where is the tools/trt.py mentioned in tools/demo.py? if args.trt: assert not args.fuse, "TensorRT model is not support model fusing!" trt_file = os.path.join(file_name, "model_trt.pth") assert os...