SocialDistancingAI icon indicating copy to clipboard operation
SocialDistancingAI copied to clipboard

Using Python to monitor social distancing

Results 21 SocialDistancingAI issues
Sort by recently updated
recently updated
newest added

/Users/userName/opt/anaconda3/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint8...

Hi thanks for sharing. i noted from the code the pedestrian bounding boxes are subsequently transformed into bird eye view and then checked for 6 feet/10 feet violation. i wish...

Thanks for sharing ...!!! I have some questions with respect to implementation part of it. 1. scale_w = 1.2 / 2 scale_h = 4 / 2 how did you select...

When I try to run the same code with some other video file, I get a highly magnified video and hence much of the original video data is getting lost....

Is it possible to to modify the code so that the bounding boxes too can get different colours as per the violation? It would also be nice if the final...

hi, is there a chance to convert frozen_inference_graph.pb to tfflite..if yes what are the inputs and outputs..are they default..please help me..iam new to tensor flow..thanks in advance!

The formula used in the function `plot_lines_between_nodes` to calculate points which are close to 10 feet is `dd = np.where(dist < d_thresh * 6 / 10)` Could you explain this...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies