denseflow icon indicating copy to clipboard operation
denseflow copied to clipboard

Extracting optical flow and frames

Results 42 denseflow issues
Sort by recently updated
recently updated
newest added

My denseflow running always abort with error `Segmentation fault (core dumped)` at the middle of task. I investigated the error information, and found that it always happens when the number...

I am trying to run denseflow on docker. But i get this error. How can i resolve this? **Input:** docker run [docker_image:mytag] path/to/video -b=20 -a=tvl1 -s=1 -v **Error:** OpenCV(4.5.2) /opencv/modules/core/src/cuda_info.cpp:73:...

How do I know FPS when using denseflow to extract frames ? Why for different videos,there is a different FPS?

All the requirements were successfully installed and there is no error occurred. However, when I use denseflow to extract frames from videos, specifically the HMDB-51 datasets, such error appears: boost::filesystem::create_directories:...

I am wondering whether my opencv was installed successfully, is there any script to check it? Anyway, i caught this following error while making denseflow: ``` denseflow will be installed...

`cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000033.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000592.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000230.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000395.mp4 cannot open video_path stream:/home/liding/project/temporal_action_detection/mmaction2/data/thumos14/videos/val/video_validation_0000238.mp4 ` Thanks for your great work. When running denseflow, I...

This module [1] provides the imported target `Iconv::Iconv`, which is needed to compile denseflow. This should address https://github.com/open-mmlab/denseflow/issues/42 [1] https://cmake.org/cmake/help/latest/module/FindIconv.html

When I calculated the optical flow for a folder containing **1298** frames, **I only got 1023 pairs of optical flow images**. For other folders with more than 1024 frames, only...

I just learned what is optical flow, and i want to know the meaning of the args -v(verbose)? could you explain more details ? really thanks!!!!!!

Hi, I encounter a very similar issue. I have 11588 jpg frames in my folder, but only got 11263 pairs of flow. Tried extract frames by setting -s=0, and run...