Giter VIP home page Giter VIP logo

rest's People

Contributors

wofmanaf 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  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  avatar  avatar

rest's Issues

数据集

你好,我想请问一下您训练的数据集是ImageNet-1K的哪一个呢

How to use ResT as my own backbone network

Hi, thanks for your great work. Now I want to use your Rest as my backbone network for visual target tracking. How do I implement this operation? Can I directly download your pre-trained model for loading?

ResT分类模型如何从断点resume继续训练

您好,我训练ResT-large到100多个epochs断了,输出文件有个checkpoint.pth.tar,我通过解压这个tar文件得到data.pkl和data,请问一下如果想获得pth权重文件,是解压data.pkl文件么

Performance in MVS

Hi~
Thanks for your excellent work! I see this words in your code:
x = self.avg_pool(x).flatten(1) # if use in MVS, should abandon this part
x = self.head(x) # if use in MVS, should abandon this part
It seems you have tried Rest in MVS task, I'm wandering what the perfomance of Rest in MVS, and what experiment you have tried.
Looking forward to your reply! Thanks!

About finetune

Hello,when I use your ResT_base weight to my fine-frained image classification task, I use the "--finetune",but i got a mistake . in 264 line(main.py) :
**UnboundLocalError: local variable 'model_without_ddp' referenced before assignment.**how can i fix it?

by the way, in line 431 in main.py: n_parameters is not define,can you give the definition?

rest.py

Hello, if I want to try your backborn on other visual tasks, can I call rest.py directly?

关于类PA的作用

你好 很感谢你的工作。有一个问题想请教下:代码中class PA ()的作用是什么?感觉与论文2.4 Position Encoding不对应。因为代码中PA调用是在class PatchEmbed (认为与论文2.3 Patch Embedding相关)class BasicStem (the first patch embedding module)。综上 class PA ()与论文2.3 Patch Embedding相关,不与2.4 Position Encoding相关,但是论文2.4 Position Encoding中公式(8)描述了PA的Conv2d()和Sigmoid() 。
再次谢谢

How to train resT, not resT-v2

Hello. I want to train resT on my own dataset.
Therefore, I tried to write the model name 'rest_base' on args.model since this name exists in rest.py file.
However the error 'unrecognized arguments: -model rest_base' occured.

So which commands can I enter into args.model in order to train resT v1?

KeyError: 'Non-existent config key: MODEL.REST'

你好,我安装了detectron2,直接在d2文件夹下,运行./train_net.py --num-gpus 1
--config-file ./configs/COCO-InstanceSegmentation/mask_rcnn_rest_base_FPN_1x.yaml
SOLVER.IMS_PER_BATCH 2 SOLVER.BASE_LR 0.0025。
然后报错:KeyError: 'Non-existent config key: MODEL.REST'。
请问可以麻烦教一下,怎么运行成功在的detectron2中运行ResT么

EMSA

大佬们江湖救急,我是新手想问一下ResT中的EMSA自注意力的泛化能力怎么样?能不能在别的transformer网络中替换MSA?EMSA的代码是rest.py中48-67行定义的Attention这个类吗?求告知,谢谢!

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.