uricamic / clandmark

Open Source Landmarking Library
http://cmp.felk.cvut.cz/~uricamic/clandmark
GNU General Public License v3.0
199 stars 111 forks source link

Error in `./video_input': double free or corruption (out): 0x0000000000b56020 ***Aborted (core dumped) #75

Open manojprabhakaran1 opened 7 years ago

manojprabhakaran1 commented 7 years ago

screenshot from 2017-01-13 15 42 19 while run the command of video input get some error. please I need some help me.

~/cland/clandmark-master/build/examples$ ./video_input /home/mano/cland/clandmark-master/build/examples/ flandmark_model.xml vid ha5.avi output_file.avi [h264 @ 0xb19fa0] A non-intra slice in an IDR NAL unit. [h264 @ 0xb19fa0] decode_slice_header error [h264 @ 0xb1fc00] A non-intra slice in an IDR NAL unit. [h264 @ 0xb1fc00] decode_slice_header error init done opengl support available Error in `./video_input': double free or corruption (out): 0x0000000000b56020 Aborted (core dumped)

uricamic commented 7 years ago

Hi @manojprabhakaran1,

the last message, which comes from clandmark is indeed an error in the example code. I will fix it soon. However, it is just wrong order of free calls in the end of the code, i.e. it does not affect the functionality at all, the memory is freed by system afterwards.

However, your real problem is with the h264 video codec. Is the input video all right? If it is and you have all the required codecs installed, then it is an OpenCV problem.