Code Monkey home page Code Monkey logo

Comments (4)

Zhongdao avatar Zhongdao commented on August 15, 2024

Hi @JessicaChanzc,
If you noticed, the string starts with "UkU" encodes the object masks. This is called the RLE format, widely used to compactly encode masks with strings, see here.

You can use the cocoapi (link above) to encode masks to RLE strings. And also to decode RLE strings to numpy arrays.

from unitrack.

JessicaChanzc avatar JessicaChanzc commented on August 15, 2024

Thanks for your reply,

It seems that in your test_mots.py , you don't load any weights? but just visualize the tracking results?

I'm really appreciate your work and could you pls tell me how to test on my own dataset?

Best regards

from unitrack.

Zhongdao avatar Zhongdao commented on August 15, 2024

@JessicaChanzc

  • The appearance model loads its weights when initialization, see here and here. When using ImageNet pre-train models, we just load default torchvision weights by setting pretrain=True.
  • If you want to test your own dataset, I recommend preparing the dataset in the same format as MOTS (video frames, detections). The output, of course, will be in the same format as the MOTS result text. Another alternative is to combine the segmentation model with UniTrack, which may need some time coding but not very hard. If you have good recommenataions for some fast segmentation models, maybe I could write a demo in the future.

from unitrack.

JessicaChanzc avatar JessicaChanzc commented on August 15, 2024

Thanks for your reply, it helps me lot!

from unitrack.

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.