zhangyux15 / 4d_association

code for cvpr2020 "4D Association Graph for Realtime Multi-person Motion Capture Using Multiple Video Cameras"
187 stars 32 forks source link

The code run slowly on ubuntu 18.04, about only 1 fps. #11

Open Jerryzhangzhao opened 3 years ago

Jerryzhangzhao commented 3 years ago

I has make the 'linux-native' code in RELEASE mode and run it with correct result as show in the README, but the speed is very slow, about 1FPS. Is there some thing special in cmake process or some special configuration in code? Thanks.

zhanghua7099 commented 3 years ago

I have the same problem. Have you found the solutions? @Jerryzhangzhao

Jerryzhangzhao commented 3 years ago

@zhanghua7099 comment out the save image(detect,assiciate,reproj) code worked out.