Open makecent opened 2 years ago
I have the same question...
I cannot say this is a solution -- but changing a computer solving my problem -- at least it proves it's not about my videos.
Actually, I kind of forcely install denseflow
on the computer with this error. I encountered numerous problems and solved them one by one. While on the new computer, the installation is quite smooth and the denseflow just works well.
getting the same seg fault
I was facing segmentation fault core dump as It was writing the images back to disk. This worked.
import imageio ###conda install -c conda-forge imageio replace all cv2.imwrite() or scipy.misc.imsave() to imageio.imwrite() This is a mutex issue in new opencv releases. Always use imageio to write images back to the disk.
Segmentation fault (core dumped)
denseflow test.avi -b=20 -a=tvl1 -s=1 -v Segmentation fault (core dumped) Hello, I have been experiencing this error for a day and it has not been resolved yet. Thank you very much
I have the same issue. Anybody could help?
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 of frames of current video is small.
Below are three error examples:
Emperically, it seems to happen when the video frames is less than 100? I had tried turn down the batch_size to from 512 to 64, and it does NOT help.