Code Monkey home page Code Monkey logo

grm's People

Contributors

little-podi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

grm's Issues

About train

image
When I train my code, it did not work. How to sove the problem, please?Always stuck in this interface
My environment:
image

About computing the mask M

In the 'softmax_with_policy' function:
attn_policy = attn_policy + (1.0 - attn_policy) * eye
Is the second item ( (1.0 - attn_policy) * eye) equal to 0

test speed

hello ! i want to know how you test speed on your model (45fps on got10k)? can u provide the "profile_model.py" like other tracker? thank u!

about the calculation of attention mask M

hi, congratulations! great work.
In your papaer ,I'm a little confused about formula 7

image

If the Di is tempalte token ,it should be (1,0,0), and weather the Dj is ES token or EA token , by the 7th formula ,the Mij is zero.

So how do ET and EA interact, refer to the second formula

image

I am looking forward to your reply!Thank you.

About the 'threshold' inference

Could you please explain why certain datasets require a threshold and why there are different thresholds for them during inference?
` if self.training:
# During training
decision = F.gumbel_softmax(divide_prediction, hard=True)
else:
# During inference
if threshold:
# Manual rank based selection
decision_rank = (F.softmax(divide_prediction, dim=-1)[:, :, 0] < threshold).long()
else:
# Auto rank based selection
decision_rank = torch.argsort(divide_prediction, dim=-1, descending=True)[:, :, 0]

            decision = F.one_hot(decision_rank, num_classes=2)`

训练结果很差

用的单个GPU,训练的结果比你这差了五六个点,是为什么?有没有可以改进的办法。

Run on custom video

Hi, thank you for your great work.
Is there any inference code or demo to run your work on a custom video?
can I implement it by using lib.test.evaluation.tracker.py ?

GRM-L320效果

你好,请问GRM-L320单独在got10k数据集上训练和测试的效果怎么样?

How to set learning rate in training?

It seems like the batch size is 40 on each GPU, and the learning rate is 0.0004 in total in the provided config. How should I set the learning rate and the batch size if I have only one RTX3090 GPU? BTW, could u please share ur training log? I just wonder how to confirm when it is converged.

about nfs30 test?could you tell how to test it?

When I test the model on nfs30, the architecture of nfs30 downloaded from the official website is different from the requirement of the code, then I reorganize the structures of the dataset as anno and sequence, however, I meet the error: the label in the txt file can not convert to float.

My question is that should I reorganize the architecture of nfs30? or where can I download the NFS30 dataset with anno and sequence structures?

about appendix C3

Hi, congratulations, this is a nice job! I have a question about Appendix C3. In the paper, it can use the continuous estimation to scale the raw attention weights that bypass the problem of the non-differentiable obstacle. But how to do that? Can you give me some references?
Hope your reply!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.