FEARTracker icon indicating copy to clipboard operation
FEARTracker copied to clipboard

Official repo for FEAR: Fast, Efficient, Accurate and Robust Visual Tracker (ECCV 2022)

Results 17 FEARTracker issues
Sort by recently updated
recently updated
newest added

This seems to be a common issue with 3090 for many projects: NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current...

Hello again. as you mentioned in the another issue, i tried to convert your model to TRT with torch2trt. here is a part of my code: dummy_input_to_model_init_encoder = torch.ones((1, 3,...

Hello When I run the demo_video file, the following error is displayed, the mobile_cv file is missing: from mobile_cv.model_zoo.models.fbnet_v2 import fbnet ModuleNotFoundError: No module named 'mobile_cv'

Hi,could you descripte clearer about dataset COCO2017 and ILSVRC? I'm not sure where to download video and annotations from those two datasets.

Traceback (most recent call last): File "D:\Anaconda3\envs\feartracker\lib\site-packages\hydra\_internal\utils.py", line 644, in _locate obj = getattr(obj, part) AttributeError: module 'model_training.model' has no attribute 'fear_net' During handling of the above exception, another exception...

hello!Where is the code for dynamic template updates? I couldn't find it

Hi! Thank you for publishing your code. Your released code has a section dedicated to configuration files corresponding to different tracker modules https://github.com/PinataFarms/FEARTracker/tree/main/model_training/config It has parameters/choices related to training and...

# adjust scale self.adjust = nn.Parameter(0.1 * torch.ones(1)) self.bias = nn.Parameter(torch.Tensor(1.0 * torch.ones(1, 4, 1, 1))) def forward(self, search, kernel, update=None): # encode first if update is None: cls_z, cls_x...