Closed MILOTIDE closed 6 years ago
Thanks for your apply. I met another problem. I cannot install the dense flow,it looks like the branch of opencv3.1, but when make it, there are so many errors. There are many functions that support by opencv2 not by opencv3.1. I don't know why, can you help me? Thanks
Just Like the error:
xx/dense_flow/src/dense_warp_flow_gpu.cpp:33:2: error: ‘SurfFeatureDetector’ was not declared in this scope
I found that SurfFeatureDetector is used by opencv2, in opencv3 it should be: Ptr
Hi, please check this repo, https://github.com/yjxiong/dense_flow/tree/opencv-3.1, to see if you can successfully compile and run their demo. Let me how it goes. Because I follow their repo to write the code, and it seems fine.
Hi, may I know whether there is a demo to detect the human action in a short video?Not giving the accuracy of this net,but the prediction just like jump, run ,fall ,dance.Thanks.