-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A question about tracking on Vesicles dataset #22
Comments
I would also like to inquire about the comparison experiment with MOTT mentioned in your paper. Specifically, did you train MOTT on the Vesicles dataset, or did you use the pre-trained weights provided by MOTT to perform tracking and evaluation on the Vesicles dataset? I would greatly appreciate your response. Thank you! |
Hi @1595813520,
|
Hello, thank you for your reply! I understand now. (However, could you run the MOTT training code successfully? Is there some issue with it?) I have another question: After training the model on the DeepCell dataset, I tested and evaluated it, but the prediction results seem abnormal: The AOGM score is always 0, which indicates that the predicted results are identical to the ground truth. However, the results in the two trajectory files test/001_RES/man_track.txt and test/001_TRA/man_track.txt differ. Do you have any ideas on what could be the cause? Here is my prediction code:
Here is my evaluation code:
Apart from the training process, could you suggest any potential reasons for this issue? I would greatly appreciate any insights you can provide. Looking forward to your reply, and best wishes! |
I have one more question: could you please explain how your Association Accuracy metric is calculated? Is it obtained by dividing True Positive by False Positive? Also, do you use the scores of nodes or edges for the calculation? I apologize for asking so many questions, but if you could respond, it would be a great help to me. Thank you very much! |
Dear author:
Thank you for your outstanding contributions to the open-source community and for your exceptional work in the field of cell tracking! I greatly appreciate your research and the efforts you’ve made to advance this field.
I have a small question I’d like to ask: How did you test and evaluate on the Vesicles dataset? The test code you provided requires both img.tif and mask.tif, but the Vesicles dataset only contains raw TIFF image files without corresponding segmentation mask data. I am unsure how to proceed with the tracking in this case. I would be extremely grateful if you could provide some guidance or suggestions. Thank you very much!
The text was updated successfully, but these errors were encountered: