VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

Add Complete Support for Live Inferencing

Open Pranjal2041 opened this issue 4 years ago • 2 comments

Enable live Inferencing from webcam. For fast performance program stores result of mpt and hmr of last few frames and combines them with that of latest frame and feeds them to encoder and regressor. Achieves speed of approximately 12fps(for sequence_length=16) on my gtx1060. Only caveat is rendering results can't be displayed in real time and only single person can be tracked at a time. Arguments:-

  1. live_display :- Show bbox around person in realtime.(Slows inferencing by a small amount)
  2. max_frames :- Max number of recorded frames after which recording will automatically stop(Can be stopped in middle by pressing 'q')
  3. sequence_length :- Number of frames to be fed to encoder. #115 #40

Pranjal2041 avatar Oct 15 '20 20:10 Pranjal2041

Hi @Pranjal2041,

This looks awesome. I plan to test it over the weekend, if everything works fine I will merge it. Thanks for your time and effort!

mkocabas avatar Oct 16 '20 16:10 mkocabas

Hi @mkocabas were you able to test these changes for webcam demo? If yes, what speed did you approximately achieve? Thanks

magrenimish avatar Jun 03 '21 20:06 magrenimish