Ori Lifschitz
Ori Lifschitz
Taken from issue #128: > Right now, there is no way to run the PrROIPool layer on CPU that I know of. However, you can run the tracker without the...
Hello @MasterBin-IIAU @jb2020-super @penghouwen Once again, amazing work and results. I ran stark_lightning_X_trt in sequences where there are many distractors in close proximity to each other, let's say I want...
Hello, What changes should be mode to run several instances of single-object-trackers like in PyTracking? You have the code in place already: ``` multiobj_mode = getattr(params, 'multiobj_mode', getattr(self.tracker_class, 'multiobj_mode', 'default'))...
Hello, thank you for your great work! Amazing results. @MasterBin-IIAU @penghouwen @jb2020-super 1.a. What is the difference between these two models? python tracking/ORT_lightning_X_trt_backbone_bottleneck_pe.py # for the template branch python tracking/ORT_lightning_X_trt_complete.py...
Is there any plan to achieve CPU version? _Originally posted by @cybaol in https://github.com/vacancy/PreciseRoIPooling/issues/57#issuecomment-972750666_ I would also be interested to know please
Hello Amazing work @chenxin-dlut :) much appreciated. I am interested to run TransT on CPU only machine, if possible. I am wondering if changing the parameters here: ``` from pytracking.utils...
Hello @tuvovan Thank you for this TF implementation and work ! I would appreciate it if you could kindly please share the weights (h5 files) for a x2 scale please?