-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use extract flow #268
Comments
I have met the same problem , did you solve it ? thank you |
Met same problem. How to fix. On windows,it can be fixed by making copy opencv ffmpeg dll to current directory. but on linux, this kind of so file can not be found. |
./extract_cpu -f=test.avi -x=tmp/flow_x -y=tmp/flow_y -i=tmp/image -b=20 -t=1 -d=0 -s=1 -o=dir |
@raozhongyu and @a-whitej Did you try with the docker container that they have provided? You should not see any issues if you run the scripts from inside the container. |
the problem is that opecv is not be installed correctly. during compiling opencv on problem i manually run compile such as /usr/bin/c++ -Dpydenseflow_EXPORTS -isystem /usr/local/include/opencv -isystem /usr/local/include -I/usr/local/include/python3.5m -I/usr/lib/x86_64-linux-gnu/libzip/include -I/home/lisyi/dev/dense_flow/include -I/home/lisyi/dev/dense_flow/include/easylogging++/src -I/home/lisyi/dev/dense_flow/include/CLUE/include -std=c++11 -fPIC -fPIC -o CMakeFiles/pydenseflow.dir/src/py_denseflow.cpp.o -c /home/lisyi/dev/dense_flow/src/py_denseflow.cpp then problem sovled. |
@niveditarahurkar I used Docker, but the following error occurred while running bash build_all.sh inside: can you help me fix it? |
我也是用docker来运行的,最后生成的同样是空文件夹,跟你的问题一样,你现在解决这个问题了嘛? |
I have met the same problem , did you solve it |
same problem, empty folder |
I am trying to run -
scripts/extract_optical_flow.sh /temporal-segment-networks/src_folder/ /temporal-segment-networks/out_folder/ 1
I have taken just 5 sample videos from UCF101 in my src_folder:
v_SkateBoarding_g25_c01 v_SkateBoarding_g25_c02 v_SkateBoarding_g25_c03 v_SkateBoarding_g25_c04 v_SkateBoarding_g25_c05
I get the output:
But my out_folder --> out_folder/v_SkateBoarding_g25_c01# is empty.
My parameters look right:
('flow_type: ', 'tvl1') ('reading videos from folder: ', '/temporal-segment-networks/src_folder') ('selected extension of videos:', 'avi') ('total number of videos found: ', 5)
Not able to figure out what's going wrong. I reinstalled dense-flow as I thought some issue with build/extract_gpu but didn't help. Any ideas what could be the problem?
The text was updated successfully, but these errors were encountered: