Automatic SQL injection and database takeover tool
-
Updated
Apr 7, 2022 - Python
{{ message }}
Automatic SQL injection and database takeover tool
Browser fingerprinting library with the highest accuracy and stability.
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
Open-source software for self-driving vehicles
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
Is your feature request related to a problem? Please describe.
When the user is running cscli dashboard setup and the available resources are obviously lacking (people tend to think that the dashboard might not require more resources than crowdsec itself), we should warn the user.
Describe the solution you'd like
Warn the user and/or ask for a confirmation if the available res
A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
Natural language detection
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Automate the creation of a lab environment complete with security tooling and logging best practices
Automated All-in-One OS Command Injection Exploitation Tool.
Mask RCNN in TensorFlow
Web Application Security Scanner Framework
Analysis of Bot Protection systems with available countermeasures
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Official implementation of Character Region Awareness for Text Detection (CRAFT)
Free to use online tool for labelling photos. https://makesense.ai
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
File upload vulnerability scanner and exploitation tool.
A curated list of awesome threat detection and hunting resources
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
Add a description, image, and links to the detection topic page so that developers can more easily learn about it.
To associate your repository with the detection topic, visit your repo's landing page and select "manage topics."
Enhancement
A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding
image = np.ascontiguousarray(image)to image and mask targets.A proposed place to add this call - somewhere at the beginning of
A.Compose.__call__.