Closed pipecedeno closed 2 years ago
Hello,
I did more testing to see what is failing, and I noticed that the display of the spots is what is failing, as I tried changing all the settings so that it doesn't display the detected spots as ROIs, or that it do not even display the spots, but after loading the XML file the spots that should display are no longer working, so the error must be on the spots that are being detected by cellpose and later are not saved correctly or loaded correctly.
Hope this has helped to make the problem easier to solve, Luis Felipe.
Hello,
Today I finally solved the issue. The problem was that each time I opened trackmate I got prompted this message: And I just pressed YES and trackmate worked without problem, but because I never saved that option to the original file once I tried to reload the the saved XML the Z and T wouldn't be swapped so that's why the overlay wasn't working.
How to fix it: Open your file, go to Image > Properties, and the following window will appear: So you just need to swap the values of Z and T and then save the file.
And if it worked the problem error message won't appear while opening trackmate.
Hello,
Currently I'm doing the tracking of some multicellular yeasts growing, and I'm using a trained model of cellpose as the detector for trackmate, and then for the tracking I use the LAP tracker that is integrated in trackmate, and the first time I use the model everything goes smooth and works perfectly, but if I saved the progress to an XML file using the save bottom of the trackmate window, next time I try to open the XML file to continue from where I left, the video and the progress I did isn't the same anymore as the ROIs that are drawn and the tracking doesn't work anymore.
I'm using Ubuntu 20.04.5 LTS, I don't know how to find the version of imagej2 that I'm using but is the newest one.
Sometimes while loading in the console the following appears:
The XML file that was saved (just changed the termination of the file to txt as github doesn't allow me to upload a xml file): rep5_26aug2022_2_cropped.txt
This is the gif of what I did before saving the xml file:
And this is the gif of what appears after loading the xml file (removed the last frames because it was larger than 10mb):
Looking for information in google I found this webpage (https://forum.image.sc/t/trackmate-error-when-loading-a-saved-xml-linked-to-zvi/4683) which says I should use a TIF file for it to work, but this error appears while using the tif file, so something else must be the problem and I couldn't find further assistance in any other webpage.
Hope this information can help you understand the problem and help in advanced, And also thanks in advance for your time and assistance, Luis.