SwinTrack icon indicating copy to clipboard operation
SwinTrack copied to clipboard

Results 29 SwinTrack issues
Sort by recently updated
recently updated
newest added

Nice work!BTW,how can I determine whether my network has converged to a good state or not?By checking out the loss print?Please give me a hand if you have time,thanks you.Could...

Hello, congratulations, nice work. I have some questions: I use a tiny model to test an RGB tracking dataset and the final output shows only 35.04 FPS in performance.cvs In...

How can I visualize the tracking result on test datasets, such as LaSOT_TEST, TrackingNet, and so on. Is there any interface offered or where should I change the original code...

When I evaluate the model on testset, such as trackingnet, there shows eta

In https://github.com/LitingLin/SwinTrack/blob/526be17f8ef266cb924c6939bd8dda23e9b73249/data/tracking/methods/_common/builders/build_datasets.py#L13-L17 the key name is 'Sampling', but in https://github.com/LitingLin/SwinTrack/blob/526be17f8ef266cb924c6939bd8dda23e9b73249/config/dataset/train.yaml#L25-L26 it's 'sampling' is this a typo?

In this code part, how does `check_if_data_split_in_range` in _check_if_data_split_in_range_and_append_to_list mean? https://github.com/LitingLin/SwinTrack/blob/526be17f8ef266cb924c6939bd8dda23e9b73249/datasets/base/factory.py#L105-L113 Another question: from my understanding, I think it can be implmented in a simplified way: ```python def _check_if_data_split_in_range_and_append_to_list(data_split): if...

hello, very nice work for visual tracking I have a problem on relative position index, suppose z_shape = (1,1) x_shape = (2,2), the function 'generate_2d_concatenated_self_attention_relative_positional_encoding_index(z_shape, x_shape)' in [https://github.com/LitingLin/SwinTrack/blob/main/models/methods/SwinTrack/positional_encoding/untied/relative.py](url) generate relative...

hello, i want to know how set when training on a single machine with 2 gpus?

Training errors with multiple nodes using LaSOT: [E ProcessGroupNCCL.cpp:587] [Rank 1] Watchdog caught collective operation timeout: WorkNCCL(OpType=ALLREDUCE, Timeout(ms)=1800000) ran for 1800265 milliseconds before timing out. [E ProcessGroupNCCL.cpp:341] Some NCCL operations...