Giter VIP home page Giter VIP logo

Comments (5)

yihongXU avatar yihongXU commented on July 29, 2024

Hi,
you could modify the master branch and use the newer version of Tracktor (pytorch 1.4) to adapt to Pytorch 1.4.

Thanks,

from deepmot.

songheony avatar songheony commented on July 29, 2024

Does that mean you cannot reproduce your paper with the obsolete branch?
Since your master branch code uses customized fpn and frcnn, it is very difficult to modify it for PyTorch 1.4.
Could you give advice on how to modify the code?

from deepmot.

yihongXU avatar yihongXU commented on July 29, 2024

Hi,

The part that is not compatible with Pytorch 1.4 is the FPN and FRCNN. So it's better to start adapting FPN, FRCNN in torchvision (>0.4)
from torchvision.models.detection import FasterRCNN from torchvision.models.detection.backbone_utils import resnet_fpn_backbone
to the DeepMOT training. To avoid compilation, you can also replace customized NMS to torchvision.ops.NMS.

Actually, I have incomplete code for that, if you want I can send you the .py file and you can start with that, the work should be minimum then. You could leave your email.

Thanks,

from deepmot.

songheony avatar songheony commented on July 29, 2024

Thank you very much for your help.
I'm not sure if I can reproduce your tracker by modifying the code, but I'll try to do so.
Please send the file to the e-mail address below:
[email protected]

from deepmot.

yihongXU avatar yihongXU commented on July 29, 2024

@songheony the files are sent.

Good luck,

from deepmot.

Related Issues (20)

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.