social-distance-detection | interpersonal social distance from videos | Machine Learning library
kandi X-RAY | social-distance-detection Summary
kandi X-RAY | social-distance-detection Summary
It is a mid-level project that measures the social distance between people in the video through YOLOv3, OpenCV and algorithms, and shows this visually and numerically.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Performs a detection of a given video
- Perform detection on the image
- Calculate the distance between two boxes
- Draw a distance image
- Draws boxes
- Distance between two points
- Read a yolov tensor
- Calculate the distance between two points
- Performs a classification image
- Loads a test image
social-distance-detection Key Features
social-distance-detection Examples and Code Snippets
Community Discussions
Trending Discussions on social-distance-detection
QUESTION
i am trying to make a dockerfile to opencv social distance detection project as a requirement to school project
the problem that i had is to make docker run on GUI-based environment
somehow i managed to make it work on linux by adding the fellow line to the run command
-e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro
the full command
sudo docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro social-distance-detection -y https://youtu.be/hTUyzF4v9KA
but it did not work on windows
which command should i add to docker run so it can run on windows ? and by any chance is there a way to make it even work without adding any extra line ?
there is the Dockerfile
...ANSWER
Answered 2020-Sep-12 at 15:21First, clean up your Dockerfile. I would suggest:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install social-distance-detection
You can use social-distance-detection like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page