You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This video was processed before the flows' extraction. It was 1920x1080 with 25fps at first and was adapted to 720x480 with 16fps later using ffmpeg.
The problem is that there are only 2047x2 flow files (flow_[x/y]_00000.jpg ~ flow_[x/y]_02046].jpg) in my output directory. It seems that the last batch whose batch_size is 372 has been dropped. Do you have any possible ideas to get this problem solved?
The text was updated successfully, but these errors were encountered:
Hi, actually I didn't solve it. However, I found that maintaining the original resolution of the video (extracted frames) can alleviate this problem to some extent.
NOTE:
I have searched related issues but cannot get the expected help.
I have carefully read docs in this repo.
Hi, there. I've encountered a problem when trying to extracting flows using denseflow. My bash code is shown below:
denseflow /home/yangtan/HDD2/dataset/IKEA_ASM/ANU_ikea_dataset_video_480p/Lack_Side_Table/0012_oak_table_02_01_2019_08_16_11_20/dev3/images/scan_video.avi -o=/home/yangtan/HDD2/dataset/IKEA_ASM/ANU_ikea_dataset_video_480p/Lack_Side_Table/0012_oak_table_02_01_2019_08_16_11_20/dev3/flows -b=20 -a=tvl1 -s=1 -v
and the output in terminal is as following:
This video was processed before the flows' extraction. It was 1920x1080 with 25fps at first and was adapted to 720x480 with 16fps later using ffmpeg.
The problem is that there are only 2047x2 flow files
(flow_[x/y]_00000.jpg ~ flow_[x/y]_02046].jpg)
in my output directory. It seems that the last batch whose batch_size is 372 has been dropped. Do you have any possible ideas to get this problem solved?The text was updated successfully, but these errors were encountered: