ZexinChen / AlphaTracker

AlphaTracker is a computer vision pipeline with the practical and real-time advantages , which requires minimal hardware requirements and produces reliable tracking of multiple unmarked animals. An easy-to-use user interface further enables manual inspection and curation of results.
61 stars 16 forks source link

About curating the video label/points manually #11

Open lance11320 opened 2 years ago

lance11320 commented 2 years ago

Hi, Thanks for your great work firstly. However, I have a problem with curating process. I evaluated the UI/server.py and it connected to localhost successfully. Using the provided GUI I try to load the json and video, but the page just keeps me waiting and collapses out of expectation or load a incomplete label of 2 mice(I had three mice in the video while it only two labeled, but it was working well in the visualization video).

lance11320 commented 2 years ago

And I notice that in curate.html there are only two blocks of code with '#idty' which seemingly means identity of mice. Does this indicate the curating process is intended for 2 mice tracking? Can I track three mice by change some of the parameters?