-
Is there any pose tracking demo available now?
It seems that Deep Matching is also required for tracking~
ghost updated
5 years ago
-
Thanks for your works and sorry to bother you again.
shell ```python matching.py --orb=0 ```
I got the error `sh: 1: ./deepmatching/deepmatching: not found`
can you help me? 3q
-
您好,在运行 python tracker.py --dataset=val 时:
问题:tracker.py内部语句:anno_dir = "./posetrack_data/annotations/{}".format(dataset)这个目录找不到呢?里面放置的是什么格式文件?如果用自己的图像,这个是自己生成的吗?怎么生成呢?谢谢🙏,
看名字好像是标注文件呢,但是预测的时候还需要标注…
-
@YuliangXiu
Hey, I have some questions when i run the poseflow part of this repo to track pedestrians. Could you me a hand?
1. Globally optimal solution is obtained by the Hungarian algorithm to …
-
问题一:
图片大小1280 * 720:
若图片中只有4个人时:best_matching_hungarian()算法耗时 12ms 左右
若图片中有33个人时:best_matching_hungarian()算法耗时接近 900ms,时间耗时较长
问题二:
我用deepmatching-static获取2张图片的信息生成0001_0002.txt耗时是700ms左右是这样吗?
…
-
I stopped at "keyboard()" in function "pt_load_dm_correspondences" which requires keyborad input.
But what should I input to continue~
Thank you very much
ghost updated
6 years ago
-
Hi!
I would like to know at how many frames per second the keypoints tracking algorithm is running (without any object detection, pose inference,...) on a given hardware.
Merci.
-
Hi @suhangpro I tried running your MATLAB Wrapper to get the flow fields, but am getting an error in the execution of deepmatching-static. Here's a screenshot.
![image](https://user-images.githubus…
-
I find that I can run `AlphaPose` normally without `PoseFlow` component. What is the relationship between AlphaPose and PoseFlow ?
-
I have tried several pictures in the demo without any problem . But when I want to use the demo on larger data, the program goes down and the error info:
> 0it [00:00, ?it/s]
> pose estimation wi…