Skip to content

Issues in tracking data visualization from another algorithm with Napari STracking #7

@Aravind-Kumar-04

Description

@Aravind-Kumar-04

Hello!

I am trying to use Napari STracking to visualize the tracking data of my fluorescent beads (detected and tracked with the MTT algorithm, with SLIMFast GUI). When I used the S load option, I was able to visualize tracks, but with several issues listed below:

  • All the tracks show only one ID (ID:0).
  • When there are two beads (or points, let's say), I see that their tracks are interconnected (Figure 1 for more clarity). The track basically links these two points and jumps from one point to the other. However, the tracking data file (attached as a .csv file here) clearly identifies them as points from two different tracks.
  • I also noticed that frames where I expected more than one trajectory are basically interconnected, like in the above comment. So, I am getting a big and unusual zig-zag trajectory and never more than one trajectory. I assume that if there is more than one trajectory, they are somehow connected. But I do not understand how this is happening.

For information:
Column format in tracking file: 'track_id', 't', 'x', 'y'
Column format in detection file: 't', 'y', 'x'

It would be great if I am able to view my individual tracks separately, with proper track ID, without the issue shown in Figure 1. I am a student and a beginner in image analysis, so it would be great if you could help me solve the issue. Thanks in advance!

Img2_Track.csv
Img2Detection.csv
Figure 1 - Napari Tracking Problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions