Code Monkey home page Code Monkey logo

imgreid-ianet's People

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

Watchers

 avatar  avatar

imgreid-ianet's Issues

How did you preprocess your dataset?

Great work! I was trying to preprocess market1501 with https://github.com/Engineering-Course/LIP_JPPNet/, but I'm having a hard time getting your code to run... Are there any scripts you made to automate this? Thanks!

Unable to Train Model for Video ReID dataset (i.e. DukeMTMC-VideoReID)

I am unable to train IAUNet for video Reid dataset. The repository does contain IAU3D architecture but it doesn't contain how to add IAU blocks in the resnet50 backbone for video Reid. Also will you please add complete code files for at least one video Reid dataset that I can train without any errors and confusion?

Also, I am having confusion that will part masks be also generated for videoreid dataset or not?

I need assistance in this regard

How to apply Cross Dataset Validation?

If I want to train the model on one dataset and test on another dataset, how can do that> I want to apply cross dataset validation. Need assistance in this regard

Some issues about the implement of SIAU

SIAU

    x = z
    inputs = x
    b, c, h, w = x.size()
    u = x.view(b, c, -1).mean(2)  # b c 1

    a = self.sa(x) 
    x = torch.bmm(a.view(b, -1, h * w), x.view(b, c, -1).transpose(1, 2))   #b × C  × C
    x, u = self.reduce_dimension(x, u)
    y = self.SIAU(x, u) 

Spatial Semantic relation map may be HW × HW, however it is C × C as shown in code。

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.