Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A Python Library for Computer Vision tasks like Object Detection, Segmentation, Pose Estimation etc
Go to PyPI page
> Here
This is the Official Repository of Xtreme-Vision. Xtreme-Vision is a High Level Python Library which is built with simplicity in mind for Computer Vision Tasks, such as Object-Detection, Human-Pose-Estimation, Segmentation Tasks, it provides the support of a list of state-of-the-art algorithms, You can Start Detecting with Pretrained Weights as well as You can train the Models On Custom Dataset and with Xtreme-Vision you have the Power to detect/segment only the Objects of your interest
Currently, It Provides the Solution for the following Tasks:
For Detection with pre-trained models it provides:
For Custom Training It Provides:
Get Started:
!pip install xtreme-vision
For More Tutorials of Xtreme-Vision, Click
Here
YOLOv4
ExampleImage Object Detection
Using YOLOv4
from xtreme_vision.Detection import Object_Detection
model = Object_Detection()
model.Use_YOLOv4()
model.Detect_From_Image(input_path='kite.jpg',
output_path='./output.jpg')
from PIL import Image
Image.open('output.jpg')
FAQs
A Python Library for Computer Vision tasks like Object Detection, Segmentation, Pose Estimation etc
We found that xtreme-vision demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.