Marcelo Ortega
Marcelo Ortega
Hi, keypointrcnn_resnet50_fpn is used for body detection. I don't know why author decided to use this, but probably is a good trade-off between simplicity and precision. Code could be easily...
still one person by image, but on a higher resolution. For example, 500x500 pixels. Will it increase the accuracy, or would it be the same? I have just figured out...
Awesome, thank you. Can you tell me on which platform did you train and how long did it take? Thanks again, I'm writing some nice stuff with it, will come...
Hi, It's actually done on the code: When the Detection objects are created on Input.py, they are asociated to the Openpose keypoints: `detections = [Detection(bbox, 1.0, feature, pose) for bbox,...
You can always make the correspondence Track -> Detection. If on the current frame the track wasn't related to any detection, then you could rely con the prediction made for...
For sure it's not a perfect algorithm. You can try to twerk parameters on kalman_filter.py
I guess you need to ponderate more the appearance matching.
Sweet, gonna have a look at that ones. Thank you for the quick reply!
Have you installed openpose python library?
Only left hands are tracked. To track both, you should change the hand object detector so that it can distinguish whether the hand is left or right. So you will...