Giter VIP home page Giter VIP logo

densemtl's People

Contributors

wonjunior 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

densemtl's Issues

Ask for sharing code of xTAM module

congratulations for great job
for the easy apply to many other experiments on multitask learning, can you provide the independent code of xTAM module?
for example: given x (B, C, H, W), y (B, C, H, W) are features of semantic and depth respectively, how I can build xTAM(x, y)?

About the SxTAM() and CxTAM() function

Thanks for your inspiring work.
I find that you construct the Cross-task Attention module in ours_xatt.py. It seems that this module is composed of SxTAM and CxTAM. In the SxTAM module, the cross-attention between x and y is computed. But there is no self-attn or sigmoid function in the SxTAM class (from the xTAM module of the paper) and I can not find the CxTAM function in your code base.

**{f'CxTAM_{s}': CxTAM() if self.use_CxTAM else nn.Identity() for s in others(t)},

About inference

Thank you for your great work. May I ask how to use images for simple inference?It seems that only evaluation and training can be done now.

miss moudule util.log

when I run

python main.py \
  --base=configs/da/sy2cs/fs_bs2.yml \
  --config configs/da/sy2cs/resnet101_ours_SD.yml
Traceback (most recent call last):
  File "main.py", line 2, in <module>
    from utils.logs import cpprint
ModuleNotFoundError: No module named 'utils.logs'

I think utils miss logs module.

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.