Replies: 2 comments 28 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, @prashers, i missed the picture initially, but i understand what you mean now. As @yujiahu415 points out, some markers will always be more difficult to distinguish. It does not mean it is impossible to solve, but robust tracking will require additional steps. You could always (and it is usually the best idea) include more annotated frames, where you make sure you have as many occluding birds as possible, as well as birds with different markers) to improve the overall detector accuracy. But this is only good until certain point, and as animal scientist, you might need to have a clear cut off point, where time investment for annotation becomes almost as extensive as just asking a student to look at the video manually (or if you do it yourself). Another strategy is to accept the potential ID switches and work with log files, where you could stitch tracelets together by filtering out false IDs in between frames. This is still manual work but not as extensive as fully manual observations. And path number three, if the continuous tracking is an absolute priority - Yolo (any version from 4 and up) in combination with SORT/DeepSORT work very well in setups like yours, but then you don't have user-friendly interface and comfort of LabGym. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am interested in trying out LabGym for detecting quails in a flight pen that were recorded from a top-down view (see image below). I have installed the software successfully and produced some images to annotate using Roboflow.
It is extremely important for my work to know the identities of each individual in my videos (e.g., I need to know whether birdA pecked birdB or whether the peck actually came from birdC). I am wondering how LabGym accomplishes this.
When annotating images in Roboflow, do I need to have a unique class for each individual so that the detector learns to identify each individual bird? Or does the individual identification happen at a later step?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions