Code Monkey home page Code Monkey logo

Comments (10)

timmeinhardt avatar timmeinhardt commented on June 20, 2024 3

We just updated the repository to support PyTorch 1.3 and added a new object detector. I did some rudimentary testing but feel free to give me feedback if something is not working as before.

I will close this issue. Please open new issues if something is broken now.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on June 20, 2024

Unfortunately the underlying faster-rcnn repository does not work with PyTorch 1.0. However, the most recent version of torchvision provides Faster R-CNN out of the box and it should be quite easy to use our Tracktor code with that version of a Faster R-CNN. This would definitely be a contribution that we are happy to integrate into our repository.

from tracking_wo_bnw.

sangnguyenz avatar sangnguyenz commented on June 20, 2024

Unfortunately the underlying faster-rcnn repository does not work with PyTorch 1.0. However, the most recent version of torchvision provides Faster R-CNN out of the box and it should be quite easy to use our Tracktor code with that version of a Faster R-CNN. This would definitely be a contribution that we are happy to integrate into our repository.

Thank you for your reply. I've done taking boxes and classes from FRCNN pre-trained model from PyTorch as you said. Next, Where can I take the code for integrating the detector and tracktor? Do I need to modify the tracktor evaluation for demo code?

Thank you

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on June 20, 2024

You would have to modify multiple files. Definitely experiments/scripts/test_tracktor.py and src/tracktor/tracker.py. It is definitely possible to switch out the underlying Faster-RCNN implementation but there is probably some work involved.

from tracking_wo_bnw.

sangnguyenz avatar sangnguyenz commented on June 20, 2024

You would have to modify multiple files. Definitely experiments/scripts/test_tracktor.py and src/tracktor/tracker.py. It is definitely possible to switch out the underlying Faster-RCNN implementation but there is probably some work involved.

Excuse me, Can you help me to explain the differences between Tracker and Oracle Tracker?
Thank you in advance.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on June 20, 2024

Please have a look at Section 4.2 of our paper. There, we explain the purpose of our oracle trackers and their distinctions.

from tracking_wo_bnw.

sangnguyenz avatar sangnguyenz commented on June 20, 2024

You would have to modify multiple files. Definitely experiments/scripts/test_tracktor.py and src/tracktor/tracker.py. It is definitely possible to switch out the underlying Faster-RCNN implementation but there is probably some work involved.

After taking a look at those 2 files, I'm not sure that I understand how you can get the data to put in the network. Now I'm working with Pytorch 1.0, so I can not produce blob data as the way you did. Can I put the frame as image or image array to tracker.step(frame) of the tracker (supposed that I've done get detection step).?

Thank you.

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on June 20, 2024

Without testing PyTorch 1.0 by myself I think that the data blobs should still be produced as before, i.e, the Tracker.step method receives a blob argument which includes the data, ground truth and some image information.
In order to use a different object detector (our detector will not work with PyTorch 1.0), you have to provide the same interface as ours. See self.obj_detect.load_image and self.obj_detect.test_rois and the corresponding functions in src/tracktor/fpn.py.

from tracking_wo_bnw.

idmakers avatar idmakers commented on June 20, 2024

Hello ! I already have a detect data , and I want to use my own data .How can I do it?

from tracking_wo_bnw.

timmeinhardt avatar timmeinhardt commented on June 20, 2024

@idmakers Please open an issue for each problem. This one is only about the PyTroch 1.X support of this repository. I answered your question in a few previous already closed issues.

from tracking_wo_bnw.

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.