-
Updated
Dec 27, 2021 - Python
#
detection
Here are 1,938 public repositories matching this topic...
Automatic SQL injection and database takeover tool
python
database
detection
sql-injection
pentesting
exploitation
sqlmap
takeover
vulnerability-scanner
-
Updated
Dec 28, 2021 - Python
Browser fingerprinting library with the highest accuracy and stability.
javascript
browser
detection
fingerprint
identification
fingerprinting
browser-fingerprint
fraud-detection
fraud
audio-fingerprinting
fingerprintjs
visitor-identifier
-
Updated
Dec 23, 2021 - TypeScript
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
python
machine-learning
algorithm
video
gpu
detection
prediction
python3
artificial-intelligence
artificial-neural-networks
image-recognition
densenet
object-detection
squeezenet
inceptionv3
offline-capable
image-prediction
imageai
ai-practice-recommendations
-
Updated
Dec 4, 2021 - Python
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
-
Updated
Sep 16, 2021
Open-source software for self-driving vehicles
-
Updated
Oct 12, 2020
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
-
Updated
Oct 24, 2021 - Jupyter Notebook
buixor
commented
Jun 2, 2021
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.
detection
static-analysis
security-scanner
security-tools
software-characterization
application-inspector
-
Updated
Dec 20, 2021 - C#
Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
deep-learning
image-annotation
cntk
detection
tagging
object-detection
labeling
annotation-tool
video-tagging
taggingtools
image-tagging
tensorflow-object-detection-api
imagetagger
detection-model
-
Updated
Dec 6, 2021 - TypeScript
Natural language detection
javascript
nlp
language
detect
detection
natural-language
language-detection
classification
natural
classify
-
Updated
Oct 28, 2021 - JavaScript
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
deep-neural-networks
deployment
detection
neural-networks
classification
segmentation
resnet
deeplearning
unet
industry
jetson
mobilenet
yolov3
-
Updated
Dec 22, 2021 - Python
Automate the creation of a lab environment complete with security tooling and logging best practices
ansible
vagrant
packer
powershell
terraform
detection
dfir
vagrantfile
sysmon
osquery
information-security
lab-environment
detectionlab
dfir-automation
-
Updated
Dec 30, 2021 - HTML
Mask RCNN in TensorFlow
-
Updated
Jan 5, 2021 - Python
Automated All-in-One OS Command Injection Exploitation Tool.
python
opensource
detection
pentesting
bugbounty
exploitation
command-injection
vulnerability-scanner
-
Updated
Dec 27, 2021 - Python
Web Application Security Scanner Framework
javascript
ruby
crawler
security-audit
modular
hack
dom
analysis
scanner
detection
hacking
xss
audit
web-application
penetration-testing
sql-injection
vulnerability-detection
arachni
scanners
-
Updated
Dec 21, 2021 - Ruby
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
-
Updated
Sep 5, 2019 - Python
Analysis of Bot Protection systems with available countermeasures 🚿 . How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️♂️ when scraping the web?
bot
crawler
scraper
automation
recaptcha
web
spider
detection
chromium
chromedriver
fingerprinting
browser-fingerprinting
stealth
webscraping
bot-detection
chromium-browser
puppeteer
-
Updated
Dec 4, 2021 - JavaScript
training
machine-learning
tensorflow
detection
hacktoberfest
ibm-cloud
label-images
cloud-annotations
-
Updated
Nov 19, 2021 - TypeScript
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
tutorial
detection
pytorch
ssd
object-detection
object-recognition
pytorch-tutorial
single-shot-multibox-detector
single-shot-detection
-
Updated
Sep 20, 2020 - Python
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
machine-learning
computer-vision
neural-network
metrics
detection
yolo
object-detection
darknet
ground-truth
pascal-voc
darkflow
average-precision
-
Updated
Oct 17, 2021 - Python
Official implementation of Character Region Awareness for Text Detection (CRAFT)
-
Updated
Oct 12, 2021 - Python
Free to use online tool for labelling photos. https://makesense.ai
computer-vision
deep-learning
image-annotation
detection
tagging
object-detection
landmark-detection
pascal-voc
labeling-tool
ssd-model
posenet-model
labeling-photos
-
Updated
Dec 27, 2021 - TypeScript
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...).
javascript
lightweight
tracking
webgl
threejs
library
snapchat
web
deep-learning
camera
augmented-reality
detection
faceswap
face
face-detection
3d
face-tracking
multiple-faces
face-filters
face-detect
-
Updated
Dec 28, 2021 - JavaScript
File upload vulnerability scanner and exploitation tool.
-
Updated
Jan 4, 2021 - Python
Collection of papers, datasets, code and other resources for object tracking and detection using deep learning
tracking
deep-learning
detection
segmentation
object-detection
optical-flow
papers
tracking-by-detection
code-collection
paper-collection
-
Updated
Dec 11, 2021 - Shell
Detect and bypass web application firewalls and protection systems
firewall
detection
waf
web-application
fingerprinting
bypass
web-application-firewall
web-application-firewall-bypassing
-
Updated
Oct 17, 2020 - Python
Improve this page
Add a description, image, and links to the detection topic page so that developers can more easily learn about it.
Add this topic to your repo
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__
.