Replies: 1 comment 2 replies
-
Hi @djg9324 !! Could you please share the logs when you run inference/ tracking? The logs will have the set of parameters used to initialize the inference pipeline. Could you also try using the Thanks, Divya |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working on building a reliable multi-animal model using bottom-up processing. The tracking works fine and the animals (two mice) are being identified, but I seem to have identity switches throughout moments in the video files (especially when mice get close to one another) no matter how many frames I adjust and train. I am wondering if there is a post-processing code that assists in enforcing identity consistency. I have written something but am unsure if it's working as the cell runs for a long time with no updated progress.
*I understand the ID models are made to help with identity switches, but our GUI lacks the memory to run ID
![Screenshot 2025-01-30 at 12 54 57 PM](https://private-user-images.githubusercontent.com/139586492/408237830-f07d248c-97e3-4098-83b0-36ee01ea0163.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDgxMDEsIm5iZiI6MTczODk0NzgwMSwicGF0aCI6Ii8xMzk1ODY0OTIvNDA4MjM3ODMwLWYwN2QyNDhjLTk3ZTMtNDA5OC04M2IwLTM2ZWUwMWVhMDE2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNzAzMjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NzM5OWI4YTU0MGI4NjM4OGM1NDY1YTE5MWRkNzUxYzM5ZWE0MGI5OWU5MDIzMjllNmEwNWVlMDU0ZDAyNmUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Dr_FWb9fZpW8Zc3COSYV_O2tHVX-ZyUZr-j7tASEbvU)
![Screenshot 2025-01-30 at 12 57 32 PM](https://private-user-images.githubusercontent.com/139586492/408238557-db376b76-9111-43f2-a7d8-0ab2ddc0882a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDgxMDEsIm5iZiI6MTczODk0NzgwMSwicGF0aCI6Ii8xMzk1ODY0OTIvNDA4MjM4NTU3LWRiMzc2Yjc2LTkxMTEtNDNmMi1hN2Q4LTBhYjJkZGMwODgyYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNzAzMjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05YTlkMjAxYzVjMTdiMzAwZmUyZmVjNmFlYjcwZTdkNGE0ZTFiMDQxOTIzYTZiMDMyYTkwMGMxZTJjZWI1MTcyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.hukMHS8BL9pjmpEs55lAC1Qx5oeJ8n8czKqLOJSnUZ0)
Beta Was this translation helpful? Give feedback.
All reactions