LaurentBerder / container_detection

Computer vision Object Detection Program to detect and count specific objects (shipping containers) from images and/or videos
50 stars 21 forks source link

Annotation video is not smooth(frames are too fast in anno video) #3

Open vimal4353 opened 2 years ago

vimal4353 commented 2 years ago

I use the voc0712 pretrained Chainer model and label is voc bbox label names and didn't use any custom model . Unable to attach the avi format file , So, I attached the original and annotation video here [https://github.com/vimal4353/chainer-video-obj-detection] . Please refer the video & let me know why the annotation video comes like this . I try with different fps (25,20,10). But didn't get the smoother video.

LaurentBerder commented 2 years ago

@vimal4353 Have you tried changing anything to the size to try to get it to work? The size of your video seems pretty large compared to what I was using. Do pay attention to the fact that I haven't worked on this project for over 3 years...

How does the content of the temp folder (path_in) look? If you look at the still images, do you notice these glitches?

vimal4353 commented 2 years ago

The size of my video is 10mb and your three video also has same range size . Temp folder saves the frames fine and there is no glitches. I noticed that too many frames capture in small clip of video. please tell is there a problem in fps or in Opencv save frames section or anything else ?. Remaking video show zero progress in console. But the anno video saved . I attached screenshot. Screenshot (200)