Person-Detection-and-Tracking icon indicating copy to clipboard operation
Person-Detection-and-Tracking copied to clipboard

A tensorflow implementation with SSD model for person detection and Kalman Filtering combined for tracking

Results 6 Person-Detection-and-Tracking issues
Sort by recently updated
recently updated
newest added

Hi Guys! First of all Thank you for such a good implementation of People detection and tracking and making it opensource. I am trying to run your code but have...

Hello, I found a performance issue in the definition of `testResizeToRangeWithPadToMaxDimensionReturnsCorrectShapes`, core/preprocessor_test.py,[ `tf.shape(out_image)`](https://github.com/ambakick/Person-Detection-and-Tracking/blob/f925394ac29b5cf321f1ce89a71b193381519a0b/core/preprocessor_test.py#L2333) will be created repeatedly during the program executing, resulting in reduced efficiency. I think it should be...

Hello I am new to all this thing, I have seen the app and it is very good. I want to freeze the app convert to exe from python but...

help me please! i need make detection person multiple cameras how to do it?

Hi, I wanted to as like is it possible to assign a unique ID to a person, also the id remains the same when that same person is out of...

Hi, you said that SSD achieves 75.1% mAP, outperforming a comparable state of the art Faster R-CNN model. how about comparison with yolov3 on time and accuracy? and how can...